Search:

Type: Posts; User: mafioso

Search: Search took 0.00 seconds.

  1. Thread: Learning C++

    by mafioso
    Replies
    4
    Views
    1,402

    Cool it works, thanks a lot for your help.

    Cool it works, thanks a lot for your help.
  2. Thread: Learning C++

    by mafioso
    Replies
    4
    Views
    1,402

    Here is what i got so far but it doesn't want to...

    Here is what i got so far but it doesn't want to compile:



    #include <iostream>

    int main(int argc, char *argv[])
    {

    int total;
  3. Thread: Learning C++

    by mafioso
    Replies
    4
    Views
    1,402

    Learning C++

    I just started to learn c++ and wrote a simple little calculator program, but i wanted to know what i would need to do to accept command line arguments so that it can work like this:

    C:\> calc.exe...
Results 1 to 3 of 3