Question:
how to use vc++?
1970-01-01 00:00:00 UTC
how to use vc++?
Three answers:
2016-11-14 12:50:44 UTC
of their primes, i'm going to take Kidd over anyone that performed for the Nets interior the previous 10 years, he made Kenyon Martin a action picture star in NJ (look how he grew to become out for nuggets) VC replaced right into a beast yet couldnt get Toronto previous 2d around...... RJ can not learn how to VC
Amit Kumar
2007-09-05 22:23:51 UTC
Its simple I assume you have install vb form vs6.0 CD. By defalut VC++ install with Vb but is it is not then go to add/remove program in control panel and select microsoft visual studio 6.0 and click unistall. A dialog box apper then please select VC++ componenet in the list and install it.



After installing go to start->program->microsoft visual studio6.0->vc++.
2007-09-05 21:48:35 UTC
If you want to write portable code, the way NOT to use it is with MFC. Unless I'm designing a GUI, which I'd rather do in X11 or Motif anyway, I write the initial draft of my code in Notepad, save it, and open it in Visual Studio. The first time I hit Alt-b-b to build the executable, it tells me I have to create a workspace, so I just let it go ahead and knock itself out. If I find that it compiles but doesn't link, then I look at the project configuration to see what lib files are missing from the default list.



Just remember, when you look for your exe file, it's not in the same directory as your source. It's in a subdirectory named Debug (unless you've switched over to the non-debug final version, in which case it will be in a different directory whose name I don't remember, because no program is ever completely bug-free.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...