Results 1 to 3 of 3

Thread: IDE Commands?

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    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.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    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).
    Baaaaaaaaah

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width