User profile: achoukse

User info
User name:achoukse
Email:adityachoukse@yahoo.com
Name:Aditya Choukse
Location:Burlington
Bio:Phone: 336-270-3936
Statistical data
Birthdate:Mar 12, 1976
Gender:Male
Occupation:Consultant
Skills:C++
History
Joined:
Number of posts:5
Latest posts:

use of wchar_t
#include <iostream> using namespace std; int main() { wchar_t *m = L"A"; wcout << m; ret...

use of wchar_t
I'm not able to understand this variable type. Please let me know it's function and also how to use ...

Unable to open include file IOSTREAM
yes stdio.h worked but now it is saying declaration syntax error "namespace std;"

Unable to open include file IOSTREAM
thanks for the reply I tried #include <studio.h>, still the same compiling error. How do I com...

Unable to open include file IOSTREAM
Hi, I just wrote my first program hello world. I'm getting the compilation error (unable to open ...