Search:

Type: Posts; User: $watto

Search: Search took 0.00 seconds.

  1. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    well i wrote some source code in college and it...

    well i wrote some source code in college and it compiled fine using Visual C++ but then when i took it home and tried to compile it using Dev C++ i recieved errors and it wouldn't create the *.exe
    ...
  2. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    hmm strange, yes your right it does work ...

    hmm strange, yes your right it does work :rolleyes:

    didnt work the first time i tried it :confused:

    another thing i wanted to ask, if source code is correctly written why do some compilers...
  3. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    I see what your saying 7stud so why wouldnt this...

    I see what your saying 7stud so why wouldnt this work:



    #include <iostream>
    using namespace std;

    int main()
    {
    int convert;
  4. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    thanks, i now better undrstand why cin.get()...

    thanks, i now better undrstand why cin.get() didnt work :D

    And what about program\source code flow? how does C++ read the source code when it is compiled because i think that is the reason why i...
  5. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    thankyou so much for your replies, and thankyou...

    thankyou so much for your replies, and thankyou SlyMaelstrom for re-writing the program, it now works just the way i wanted it to :D

    Please could you explain a bit more about why cin.ignore()...
  6. Thread: First Program

    by $watto
    Replies
    19
    Views
    1,898

    First Program

    Hello all, im extremely new to C++ and im currently just trying to practice writing basic programs but i have come up with a problem:



    #include <iostream>
    using namespace std;

    int main()...
Results 1 to 6 of 6