by gduong
Member function
|
|
Feb 21, 2014 at 4:10am
[1 reply] : You can't return two values. Also the function type can be void instea... (by Draco117)
|
by Tristan101
encryption
|
|
Feb 21, 2014 at 4:06am
[4 replies] Last: Thank u guys so much (by Tristan101)
|
by SHUTitDOWNx
Trouble with program using vectors
|
|
Feb 21, 2014 at 3:47am
[6 replies] Last: Thanks for testing it for me, I appreciate that. It was just a fluke I... (by SHUTitDOWNx)
|
array mapping |
|
Feb 21, 2014 at 3:15am
[2 replies] Last: Thank you. I knew it was something I was missing but I couldn't figur... (by James Turnham)
|
Problem with initializing variables and cin |
|
Feb 21, 2014 at 2:55am
[1 reply] : [code firstline=12]int input; while (run && input <= 2) The problem i... (by long double main)
|
by marcusrzheng
The game of "23"
|
|
Feb 21, 2014 at 2:27am
[no replies]
|
by broski83
Function for checking if one array is a subset of another
|
|
Feb 21, 2014 at 2:13am
[3 replies] Last: Use myFind instead of std::find then: template<class InputIterator... (by prestokeys)
|
by Hergie
Very Basic Lottery
|
|
Feb 21, 2014 at 1:33am
[1 reply] : #include <iostream> #include <algorithm> #include <vector> #incl... (by prestokeys)
|
by tavuk
Functions not working as intended
|
|
Feb 21, 2014 at 1:28am
[4 replies] Last: I think that did the trick. Also thank you for that link, it explained... (by tavuk)
|
by Chance
Question regarding c++ and game programming.
|
|
Feb 21, 2014 at 12:39am
[5 replies] Last: Ok and good luck! (by closed account iAk3T05o)
|
by combzy
For/ do while loop touble
|
|
Feb 21, 2014 at 12:28am
[2 replies] Last: Thanks, yeah those two equations I need to use for something else in t... (by combzy)
|
by gamerasw
prime numbers
|
|
Feb 20, 2014 at 11:57pm
[6 replies] Last: i use your code but i cant get it to give the results all the way to 2... (by gamerasw)
|
by pilotnate
repeating class based on user input
|
|
Feb 20, 2014 at 11:54pm
[4 replies] Last: Does it do that when you enter yes or 'y'. If it's 'y', then try a for... (by closed account iAk3T05o)
|
by spectre08
populating a struct from a loop
|
|
Feb 20, 2014 at 11:28pm
[4 replies] Last: sorry, i am that much of a beginner. can you give me an example of wh... (by spectre08)
|
by chandeliho
Can't locate input file, using arrays...
|
|
Feb 20, 2014 at 11:18pm
[4 replies] Last: Okay, the professor clarified to make the size 15. Don't know why the ... (by chandeliho)
|
by hunkeelin
Read and write file using c
|
|
Feb 20, 2014 at 11:09pm
[1 reply] : I/O with files: http://www.cplusplus.com/doc/tutorial/files/ (by Cronnoc)
|
by mschoelkopf
help please
|
|
Feb 20, 2014 at 10:56pm
[no replies]
|
iterator function arguments? |
|
Feb 20, 2014 at 10:56pm
[3 replies] Last: Here's a version of nvrmnd's answer that doesn't use templates (note: ... (by long double main)
|
by broski83
Moving strings in an array
|
|
Feb 20, 2014 at 10:39pm
[1 reply] : On line 21, if (i = n-1) should have two equals signs. Also, if i ... (by long double main)
|
Need help with salary calculator! |
|
Feb 20, 2014 at 10:19pm
[2 replies] Last: There are a couple of ways to solve this problem but first I think you... (by Garion)
|