User profile: tejashs

User info
User name:tejashs
Name:tejashs
Location:India
Statistical data
Birthdate:Jan 14, 1991
Gender:Male
Occupation:Student
Skills:C
C++
verilog
History
Joined:
Number of posts:67
Latest posts:

parent and child objects
Thanks for the answers

parent and child objects
[code] class a { // something something }; class b : public a { // something somethin...

need help with strange cout behaviour
Thanks for the answer using [code]std::flush[/code] worked. [quote]std::ifstream out o_O [/quote] ...

need help with strange cout behaviour
Hi guys, i was writing a c++ program to call another program and i ran into this problem [code] ...

User input crashes cmd?
you have to put the & operator before the variable when using scanf like this [code]scanf("%d", &vo...