++ operatorfloat 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 qtI have been playing with wxwidgets for about 3-4 months.Still a beginner. While im still at the beg...