Keeping input before CTRL-C interrupts[code] #include <stdio.h> #include <signal.h> #include <stdlib.h> #include <sys/types.h> #inclu...
String comparison QuestionI just now noticed that I do this [code]comando.erase(comando.end() - 1);[/code] in the second porti...
String comparison Question[code] bool readline(int socketfd, string &line) { int n; char buffer[1025]; line = ""...
public: problemHow come? If the functions are public, shouldn´t all the other classes be able to acess them? ...
public: problem[code]class MainMenus : public Consumer {...};[/code] turns into [code]class MainMenus {...};...
This user does not accept Private Messages