To better myself I am attempting to make my dll\'s COM compliant, I thought I\'d just need to extend/implement a few interfaces and job done but now I am at a cross roads,
I just modified my C++/CLI project to change the way it was parsing its config.ini text file. But it still accesses the file on the disk just as before:
I have just taken over game development from my friend. The development is done using VC++. The Code worked perfectly when it was build on Visual Studio 2008 Professional Edition.
my program\'s output is very big, like I run for loop for 100 times, displaying 5-6 lines every time. Problem is, when I run output, it display开发者_开发百科s only last 20-25 results. Is it possible
i have following program: srand((unsigned) time(NULL)); for (int w = 0; w < 10; w++) { int ran_x; ran_x = rand() % 255;
In Visual Studio Express 2008 edition there are many types of projects listed under the Visual C++ heading, such as CLR, WIN32, GENERAL.. From these, which one is most appropriate for my purposes?
please how to add winsock library to Visual C++ 2008 Express? I tried including <windows.h> alone, than <windows.h> and <winsock.h>, but I get LINK error on WSAStartup().
I just downloaded the allegro library I make a new empty project then add a source file I add this line of code:
When i Try to Build My source code ,it saysMSVCP90D.dll missing. I\'d like to know how to correct this
I\'m using Visual C++ 2008 Express Edition and when i debug code: 开发者_StackOverflow社区double x = 0.2;