User: pushpik

  • Public profile

User profile: pushpik

User info
User name:pushpik
History
Joined:
Number of posts:9
Latest posts:

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 extern
The 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, algorithm
this problem aint that hard..try it yourself first..if you find any problem then ask

This user does not accept Private Messages