CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fleg14

Search: Search took 0.01 seconds.

  1. Re: Conditional jump depends on unitialized value Valgrind

    1) i put it there just for debbuging reasons, to watch the variables, I should learn how to debug in my IDE

    2) Ok i will try it without it

    3)in tasks it says when I add a plane, and lis is...
  2. Conditional jump depends on unitialized value Valgrind

    Hi, I am really lost here, I have airport class which should navigate planes, in its list to runways, with method move, theres a method prepare which changes the direction of flight to all planes,...
  3. Thread: User input

    by fleg14
    Replies
    3
    Views
    1,134

    Re: User input

    Thanks for help.

    i am getting C:\Users\Ivan\qqq\main.cpp||In function 'bool has_only_spaces(const std::string&)':|
    C:\Users\Ivan\qqq\main.cpp|39|error: no matching function for call to...
  4. Thread: User input

    by fleg14
    Replies
    3
    Views
    1,134

    User input

    I have console aplication, user is typing command through console and I should do some action according those inputs. One command is on one line only.

    for example cp is a command which has 4...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured