User: Ensei

  • Public profile

User profile: Ensei

User info
User name:Ensei
History
Joined:
Number of posts:19
Latest posts:

Keeping input before CTRL-C interrupts
[code] #include <stdio.h> #include <signal.h> #include <stdlib.h> #include <sys/types.h> #inclu...

String comparison Question
I 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: problem
How 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