User profile: Incis B

User info
User name:Incis B
History
Joined:
Number of posts:85
Latest posts:

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 challenged
I'm looking for thoughts & ideas to develop a school-room app where every hour every teacher changes...

cin vs. scanf
I 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

User: Incis B

  • Public profile