Windows Programming - May 2011 (Page 8)

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...
[1 reply] : If you're trying to just create a file then it's simpler then you are ... (by Computergeek01)
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 ...
[no replies]
setup program
 
How do i deploy an application...so it can work outside borland compiler or different pc without borland?
[2 replies] Last: Yes, and you also may choose the release-configuration before compilin... (by Fisch)
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...
[1 reply] : System::Int32 System::Int32::Parse(System::String^ string); // <- Wa... (by closed account 3hM2Nwbp)
May 2011 Pages: 1... 678
  Archived months: [apr2011] [jun2011]

This is an archived page. To post a new message, go to the current page.