User: IndieExe

  • Public profile

User profile: IndieExe

User info
User name:IndieExe
History
Joined:
Number of posts:47
Latest posts:

General questions for C++
3. Yes a class destructor is generally used to free memory. I don't quite get the first two questio...

c string/string to long double
[code]double result = 0, npos = 1 for x = string_size ; x&&string[x--]!='-' ; if string[x] != '.' th...

I need help. The parentheses of an expression.
Just be clear, the problem isn't obtaining the parentheses. The problem is to organize them in a vec...

I need help. The parentheses of an expression.
EDIT: No one's responding, maybe cus of lack of documentation? [code] #include <vector> #include <s...

detect key combinations in c/c++
One solution would be to use the [b]ncurses[/b] library.

This user does not accept Private Messages