User profile: bruntmjust

User info
User name:bruntmjust
Old user name:bruntmju
Name:Justin
Location:Oregon
Bio:Just a beginner at c++ programming and looking for help with some programs along with learning how to master c++ the best I can.
History
Joined:
Number of posts:136
Latest posts:

RPN Calc trouble in C
dynamicArray.h: [code] /* dynamicArray.h : Dynamic Array implementation. */ #include<math.h> #...

RPN Calc trouble in C
dynamicArray.c [code] #include <assert.h> #include <stdlib.h> #include "dynamicArray.h" #include...

RPN Calc trouble in C
Hey guys! I am having trouble with creating a RPN calculator and I have finished 2 files: a dynamicA...

creating a unique random number generator
Hey everyone, so I am trying to have this program randomly generate 10 student id numbers that are 1...

C Linked Lists
The code this far has the numbers being put in a linked list. How can I do something like this: ...