by Smitty
Need Program Coding Advice.
|
|
[2 replies] Last: All you needed to do was do some Control Statements and update your va... (by CDiebold)
|
by pooshi
Print out a vector
|
|
[4 replies] Last: Thanks m4ster r0shi for the help. I got it! (by pooshi)
|
by eNergizer
Hotkeys for Console Applications
|
|
[3 replies] Last: If I understand you correctly, you'd like to do something like create ... (by Duthomhas)
|
by masta
Whats wrong with my code?
|
|
[4 replies] Last: Thanks Grey Wolf :) (by masta)
|
by Crippy
Declaring a Constructor
|
|
[19 replies] Last: I made two changes to the code posted at 9:42 (added #endif to the end... (by Moschops)
|
by Gldnbr
Linked List
|
|
[1 reply] : Those numbers on the right are the line numbers where the errors are. ... (by Moschops)
|
by ericafor
Passing dynamic array into a function
|
|
[6 replies] Last: #include <iostream> using namespace std; double avg(double *r, in... (by Moschops)
|
by joansky
segmentation fault
|
|
[2 replies] Last: score = atof (tokens[i+1].c_str()); // convert each score in string ... (by coder777)
|
++? |
|
[8 replies] Last: [quote=richgirl]can v=v+2 written as v=+2? No. writing this v=+2 the... (by coder777)
|
by loosebruce
Queue of objects
|
|
[8 replies] Last: yes, anything that doesn't initialize itself should be initialized exp... (by coder777)
|
by TNT
How can I fix this problem?
|
|
[4 replies] Last: [quote=TNT]I'm still getting 0 after changing return a/(float)b; add r... (by coder777)
|
by buickgn
Convert hex from a text to decimal
|
|
[15 replies] Last: And if the number of characters before the dollar sign varied? And if... (by rocketboy9000)
|
by dereklathan
segmentation fault at firstlist.show_list();
|
|
[1 reply] : Here's a couple ideas: #ifndef LISTS_H #define LISTS_H #include ... (by moorecm)
|
by Gldnbr
Sample Sorted Linked List?
|
|
[2 replies] Last: Sample linked list for visual learners: +---+ +---+ +---+ |... (by moorecm)
|
by NiceGuyChris
Shuffle a Char Array
|
|
[6 replies] Last: Thanks everyone, I'll take a look and try this approach. Much appre... (by NiceGuyChris)
|
by llind212
Editing car loan calculator code
|
|
[6 replies] Last: Also note the preview button, so that you can play with it before post... (by moorecm)
|
by andersonwq
What do this mean?
|
|
[1 reply] : It means you implemented your stack<> template inside a .cpp instead o... (by jsmith)
|
by andersonwq
why doesnt this work?
|
|
[6 replies] Last: i made it just pass in a (type item) parameter but then when i compile... (by sorthon123)
|
by asrockw7
RNG and time(NULL) vs time(0)
|
|
[2 replies] Last: rand() doesn't generate random numbers. It generates PSEUDO-random num... (by Abramus)
|
by rever
Problem to see array values while debugging
|
|
[1 reply] : When you have an array Type arr ; you will be shown all 10 elements.... (by hamsterman)
|