Thread: Visual C++ Detecting Prameters

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    76

    Question Visual C++ Detecting Prameters

    Hi Personally I am not a fan of microsoft so I was always reluctant to start using Visual C++, but one day I did and I love it, it keeps things simple and doesn't force you to do anything. I love the way you are about to write call a method and it gives you a list of possible methods and their parmeters.

    My problem is that now I have started to program in Direct X. I have found that Visual C++ no longer tells me the methods I can use or the parameters, which i find a problem because sometimes i forget one of the parameters to a function like
    CreatePalette()
    or something like that. Is there any way to make visual C++ show you function headers and parameters when dealing with Direct X?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I highly recommend Vissual Assist - it makes that particular feature 10 times better and adds a whole lot more.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM