User profile: BegProgrammer

User info
User name:BegProgrammer
Name:Joseph Thompson
Location:Yuba City, CA
Bio:I started learning C++ about two weeks ago. I'm very slow at learning so bare with me. I'm always willing to learn. Hope to work in Graphics Architecture for NVIDIA, so programming is where its at.
History
Joined:
Number of posts:10
Latest posts:

Dynamic allocation of multi-dimensial arrays
[code] int **pointer = new int *[range of elements] // this allocates a pointer to a pointer which p...

Cant delete node with recursive function
I have a practice problem from a book that I cant figure out. I wrote code that creates a link list ...

3D array not working
sorry i couldnt reply sooner, the website was down. thanks for all your help. Vlad From Moscow, your...

3D array not working
Im trying to store multiplication in a 3D array allocated through pointers (a practice problem in a ...

Tic Tac Toe Works, but not well
yes works perfect now. Thank you.