User profile: oldnewbie

User info
User name:oldnewbie
Statistical data
Gender:Male
Occupation:Engineer
Skills:C
PHP
C++
Javascript
History
Joined:
Number of posts:112
Latest posts:

++ operator
float var; var++; I wonder if this is valid.If Im not wrong, i++ is more efficient than i=i+1 bu...

ascii?
Thanks for the reply [i]Cubbi[/i].

ascii?
[quote](as a side note, never do cin >> name where name is an array. Either make name a string, or u...

ascii?
[code]char greeting[]="Hello and welcome "; char name[50]; cout<<question; cin>>name; cout<<endl...

wxwidgets vs qt
I have been playing with wxwidgets for about 3-4 months.Still a beginner. While im still at the beg...