
please wait
by Helegurbann
How can i to write in a folder or a driver?
|
#include <stdio.h> #include <fstream> #include <direct.h> int main (int argc,char *argv ) {char *b,*a; const char *c; if(argc<2){ a="C:\\Program Fil... |
May 1, 2011 at 6:26pm
[1 reply] : If you're trying to just create a file then it's simpler then you are ... (by Computergeek01)
|
by TheNoobie
My First Windowed Program
|
A little background... http://cplusplus.com/forum/beginner/41990/ I decided to choose SFML over SDL and I'm loving it so far, it's really fun and easy to work ... |
May 1, 2011 at 4:42pm
[no replies]
|
by allytrice
setup program
|
How do i deploy an application...so it can work outside borland compiler or different pc without borland? |
May 1, 2011 at 9:17am
[2 replies] Last: Yes, and you also may choose the release-configuration before compilin... (by Fisch)
|
by asdatapel
Windows Forms App: type conversion
|
I am trying to make an app int visual c++, and its a windows forms app.I want to get a number from the user and do calculations with it. The problem is that tex... |
May 1, 2011 at 1:03am
[1 reply] : System::Int32 System::Int32::Parse(System::String^ string); // <- Wa... (by closed account 3hM2Nwbp)
|