January 11th, 2013 12:44 AM
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...
January 10th, 2013 04:50 PM
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,...
January 6th, 2013 04:37 PM
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...
January 6th, 2013 07:12 AM
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...