User: Kuertis

  • Public profile

User profile: Kuertis

User info
User name:Kuertis
Name:Kuertis
Location:Somewhere
History
Joined:
Number of posts:2
Latest posts:

How can I have a different output based of input?
[code]#include <iostream> #include <string> using namespace std; int main() { string mystr; cout ...

Using a pointer as an array?
Should I use: [code]char* x = "asdasdasd";[/code] or [code]char x[] = "asdasdasd";[/code] to st...

This user does not accept Private Messages