Forum: C++ Jan 19th, 2009 |
| Replies: 3 Views: 332 Thank you so much! You make it sound so simple! :)
So what does it mean to: "declare your array of structures to use a pointer that you allocate at runtime." |
Forum: C++ Jan 19th, 2009 |
| Replies: 3 Views: 332 I am completly lost... I need to create a program displaying the following:
Create an application with the ability to enter 5 student names. The information should be:
- Student Id
- ... |
Forum: C++ Dec 15th, 2008 |
| Replies: 6 Views: 448 I'm very new to C++
I have an assignment where I have to create a calculator. Should work in console window and should allow user to enter 1st then 2nd number and then operator user wishes... In... |