User profile: rushab

User info
User name:rushab
History
Joined:
Number of posts:6
Latest posts:

compile & run in kdevelop !
Pls help me... i use kdevelop. I dont know how to make & run a simple "hello world" code in it!! b...

iostream and iostream.h
tnx dev c++ is my fav!!! but i face lots of errors in visual c++...its like visual c++ is a differen...

iostream and iostream.h
I Use turbo c++ 3.0 and in my compiler... to print "hello world!" I should type this: [code][/code...

how to do this in c++ 3.0
[code][/code]#include<iostream.h> #include<conio.h> void main() { clrscr(); char name[]=""; int age;...

how to do this in c++ 3.0
thanx moschops