| | |
Command line interface using visualc++?
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
do mean VC++ 2008 Express? All C++ compilers support command-line interfaces, its part of the c++ ISO standards.
In the above line, argc is the number of command-line arguments and argv is an array of the arguments.
int main(int argc, char* argv[]) In the above line, argc is the number of command-line arguments and argv is an array of the arguments.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Other Threads in the C++ Forum
- Previous Thread: Extract the number of words in a sentence
- Next Thread: number system conversion
| Thread Tools | Search this Thread |
api array arrays based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count data database delete deploy developer dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game getline givemetehcodez graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings temperature template test text text-file tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






