User profile: Zincott

User info
User name:Zincott
History
Joined:
Number of posts:34
Latest posts:

Dynamic Memory
Oops. Yeah as you can see that kind of stuff is fuzzy, but thanks for the advice.

Dynamic Memory
I'm making a program that practices my skills with dynamic memory. The thing is, I know that they t...

A little table
Okay, I got it! [code]# include <iostream> using namespace std; int main() { cout << " "; ...

A little table
That's enlightening, I'll work on it based on what you told me...

A little table
I'm making a table with 10 columns and 5 rows. I know one way to do this: [code]#include <iostre...