Ages (1,2) |
|
[20 replies] Last: Oh I am a biomedical engineering major with pre-med concentration. I h... (by controlstructure)
|
by Meziee
Battleship Program. HELP!
|
|
[3 replies] Last: use a 2d array and set every spot on the grid to 0, next just come up ... (by bboy212)
|
by fniazi
reading and printing txt file to screen
|
|
[3 replies] Last: OP: include <stdlib.h> #include <stdio.h> int main() { FILE *file_... (by Moschops)
|
by bboy212
best SDL tutorial
|
|
[5 replies] Last: I found focus on sdl a bit to rushed buth thx anyway (by bboy212)
|
save images from a given folder to a vector |
|
[4 replies] Last: Well I know how to load an individual image from a file and then displ... (by Richard Evans)
|
by asa828
setw(2) Why?
|
|
[1 reply] : never mind. It sets MINIMUM of two characters, to be filled with '0' ... (by asa828)
|
Questions |
|
[4 replies] Last: I mean, consider this: Average of two numbers: (a+b)/2 Average of thr... (by Caprico)
|
Comparing String Arrays |
|
[6 replies] Last: Thanks I'll try that... Nope It won't work it immediately goes negativ... (by christopher1997)
|
by Ramzi89
Access rights confusion
|
|
[4 replies] Last: In the example you give do i have to overload the "=" operator? (by Ramzi89)
|
by izam88
Elevator Simulation
|
|
[17 replies] Last: YEAYYYYYYYYY!!!!!!!!!!!! thanks for all your explanation...i can run... (by izam88)
|
by Julianne
ATM machine program help
|
|
[4 replies] Last: To handle unwanted input, have a check at the start: // Cout code ... (by Gaminic)
|
by gh24
Recursive Function Help
|
|
[19 replies] Last: .53 and .47 probably act as determinate multiplying constants, and yes... (by Caprico)
|
by ahoysailor
Write to specific cell
|
|
[3 replies] Last: No other ideas anyone? (by ahoysailor)
|
by jameskang
help with with arrays and functions
|
|
[2 replies] Last: I hope this is a cpp file. main should be returning int not void. Idea... (by jainabhikr)
|
by riptyde
How does passing objects to functions work?
|
|
[2 replies] Last: First, do you know how passing in a primitive type to function work? T... (by sohguanh)
|
by sara2tia
Runge Kutta
|
|
[2 replies] Last: As punjabian mentioned, there is no need to mention the type of the va... (by jainabhikr)
|
by whocares21
Comparasion between strings problem
|
|
[1 reply] : It's telling you that the std::string given to the first parameter o... (by closed account zb0S216C)
|
by ausairman
need help with a simple template function
|
|
[3 replies] Last: supposing I have a vector of integers: vector<int> myvec; myvec.push... (by ausairman)
|
by vgaur25
sprintf
|
|
[1 reply] : This may help you: http://cplusplus.com/reference/clibrary/cstdio/spri... (by Zhuge)
|
by jp01cf01
Bool- if a pointer points to a certain class?
|
|
[8 replies] Last: http://www.cplusplus.com/doc/tutorial/typecasting/ (by Stewbond)
|