Search:

Type: Posts; User: really_bad_prog

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,443

    so how am I supposed to fix it?

    so how am I supposed to fix it?
  2. Replies
    10
    Views
    1,443

    it says no matching function call for getline...

    it says no matching function call for getline line 28. missing } after input line 29. get has not been declared line 28

    EDIT it doesnt compile at all
  3. Replies
    10
    Views
    1,443

    still doesnt work

    still doesnt work
  4. Replies
    10
    Views
    1,443

    Getline help!

    #include <iostream>

    using namespace std;

    int main()
    {
    string user_input;
    string computer_output;
    int x;
    int b;
  5. Replies
    17
    Views
    1,522

    Thanx 4 the info. I will download it as soon as...

    Thanx 4 the info. I will download it as soon as possible except for the fact that I am browsing from my PSP.
  6. Replies
    17
    Views
    1,522

    I think I am using V4.0. I dont like using beta...

    I think I am using V4.0. I dont like using beta versions. I'll try it anyway
  7. Replies
    17
    Views
    1,522

    I am learning C++ from those tutorials. My...

    I am learning C++ from those tutorials. My compiler cant use <iostream> only <iostream.h> i have dev C++
  8. Replies
    17
    Views
    1,522

    Do you know where I can find these "Modern"...

    Do you know where I can find these "Modern" tutorials.
  9. Replies
    17
    Views
    1,522

    :sigh: another error it says "Parse error at end...

    :sigh: another error it says "Parse error at end of input line 68" there is only 67 lines?


    int question2 ( char *user_input, int age)
    {
    if (!strcmpi("no", user_input))
    {
    if (age >...
  10. Replies
    17
    Views
    1,522

    Thx. Why musnt i use system() functions?

    Thx. Why musnt i use system() functions?
  11. Replies
    17
    Views
    1,522

    Need Help!

    I am busy writing my first program. When I tried to test it gave 2 errors which I cant figure out what is wrong. Please help I am using Dev C++.

    PS. I am still busy with the tutorials so dont...
Results 1 to 11 of 11