|
-
Jun 15th, 2002, 05:56 PM
#1
Thread Starter
Stuck in the 80s
IDE Commands?
I've learned a good amount of C++ on my own and then took a class in High School on it. It was a breeze but now I have to take a course in college on it. Everything in the course description is familiar and easy, except I don't recall learning anything about "IDE commands."
I just basically want to know what they are. Not really looking for resources on whatever it is or anything.
-
Jun 15th, 2002, 06:10 PM
#2
PowerPoster
My guess would be that IDE commands are certain peices of code or other commands that are implemented by the C++ compiler (eg Visual C++). They aren't a standard in the actual C++ programming language and might not work in other compilers. Other commands would be compiler specific that tell the compiler what to do (eg #pragma acting as a preprocessor directive).
-
Jun 15th, 2002, 06:40 PM
#3
Monday Morning Lunatic
The Visual C++ IDE is scriptable through some variant of VB, never tried it.
Geddit? Variant of VB? Hehe....ignore me, it's late and I need some bad jokes
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|