Getch alternative...I think the [b]ncurses[/b] library has a portable one. You can easily check it on google.
Pointers and Arrays??The third declares a pointer to an array of 4 elements. Here is an example: [code] #include <stdio...
Converting Int to stringYou should use an algorithm of sorts, create one. Anyway here is an idea: [code] #include <stdio.h...
Functional programming in C++?[quote]Yes, and fold() is not returning a value in the case where begin != end. [/quote] Right you ...
Functional programming in C++?Thanks, it took me a while but I think I figured it out. I think the below code does just what I pos...
This user does not accept Private Messages