Page 1 of 1

More C++ help

Posted: Wed Jul 17, 2002 3:49 pm
by Paul
I have been searching these forums for as much information as I could obtain, and I am chugging away at integrating Borland into TP.

I finally got my stuff to compile in TP using BCC32. I'm not quite happy with the results. I should warn you, that I am trying to learn C++, and all of this is very new to me.

I don't like the IDE of Builder. I have grown accustomed to TP for writing my html and javscript, and I would like to continue using it with C++. When I compile using the bcc32 "tool", I get the new open page, which is kind of uncomfortable. The first couple of time, I was saying to myself," what the heck just happened?". Is there a command or varable to actually run either the "console" program or "window" program after compiling? I dug through the help file and I didn't see and commands (switches?) for this option.

Moving on to the builder, I am using the version 6 (5.5?). Can I use its debug and compile function within the TP tools? I miss having the debuger highlight my numberous errors, and I like the fact that after it compiles, it runs.
Its kind of nice when I write html or js, I can right click on the work area and jit "view in browser". Using TP with C++ I'm kinda feeling kind of left out in the cold.

Is this possible?
Thanks in advance,
Paul