In ANSI C: How can I find out the operating system?there are predefined macros like linux or win32 to find the OS of the system. you can find out the c...
Why isn't this working?i tried your code its working fine for me [code]#include <stdio.h> #include <ctype.h> typedef c...
Declare a pointer to an array of pointers as externThe extern keyword is used to tell the compiler that a data object is declared in a different *.cpp ...
Why isn't this working?in which library, have you found is_whitespace(char)?? try isspace(char) function.
Problem: vector, algorithmthis problem aint that hard..try it yourself first..if you find any problem then ask
This user does not accept Private Messages