+ 1
I wanna to write date since outside IDE; Can I use CMD from my computer by Windows or I need a compiler like gcc,mingw, ect..?
( so i wanna practice without codeblocks or any other IDE ) description code: #include <stdio.h> main(int argc, char *argv[]) { int i; printf("How many argument wish get %d \n\n",argc); printf("online arguments get by main:\n\n"); for(i=0; i<argc; i++) printf("argv[%d]: %s\n\n",i,argv[i]); return 0; }
2 Answers
0
can't get your language
0
sorry man!, I wish too clear