Using Vectors and Arrays to display five names, heights, weights[code] vector<int> ht(PEOPLE); vector<int> wt(PEOPLE); [/code] Try this: int a_ht[57]; and char ...
developmently challengedI'm looking for thoughts & ideas to develop a school-room app where every hour every teacher changes...
cin vs. scanfI use printf so that I can format my vars. int a=3; float b = 12345.6789 int c = 65 printf("/n/nTh...
Best way to write a graphics decompressor?sounds like something like this. Open input file (Read mode, Binary mode) Open output file (Write M...
Stacks[code] while(st.emptystack()) { [b]st.pop();[/b] cout << num << [b]st.pop()[/b] ...
This user does not accept Private Messages