I am trying to do a c++ exercise in my computer.I downloaded Visual Studio 2010 but have no idea about how to compile and run my program on it.
Can anyone help?
I am creating a new project. There are three folders under Project. One being Header file, the others being Resource file and Source file, what s the difference between Resource file and Source file?
Thanks a lot!
I am trying to write some C++ codes for a university project that uses wxWidgets and OpenGL libraries for graphical user interface. I have already download and install all wxWidgets ports from the wxWidgets website. I put the installed folder in c/wxWidgets-2.8.11, which is the default path when I install it.
However, when I try to compile the file, it still says ‘Cannot open include file: 'wx/wx.h': No such file or directory’
Anyone can help?
Thanks a lot. It is very helpful!
I have downloaded and install the wxFormBuilder from http://wxpack.sourceforge.net/.
After that I follow the tutorial on http://wiki.wxformbuilder.org/Tutorials/UsingWxFormBuilder and suceessfully generated a noname.cpp and a noname.h files...
I then create new project in Visual Studio and add the two files in.
However, when I debug it, it still says, "fatal error C1083: Cannot open include file: 'wx/string.h': No such file or directory"
Do I need to download some wx library and put it somewhere?