by gduong
Member function
|
|
[1 reply] : You can't return two values. Also the function type can be void instea... (by Draco117)
|
by Tristan101
encryption
|
|
[4 replies] Last: Thank u guys so much (by Tristan101)
|
by SHUTitDOWNx
Trouble with program using vectors
|
|
[6 replies] Last: Thanks for testing it for me, I appreciate that. It was just a fluke I... (by SHUTitDOWNx)
|
array mapping |
|
[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 |
|
[1 reply] : [code firstline=12]int input; while (run && input <= 2) The problem i... (by long double main)
|
by marcusrzheng
The game of "23"
|
|
[no replies]
|
by broski83
Function for checking if one array is a subset of another
|
|
[3 replies] Last: Use myFind instead of std::find then: template<class InputIterator... (by prestokeys)
|
by Hergie
Very Basic Lottery
|
|
[1 reply] : #include <iostream> #include <algorithm> #include <vector> #incl... (by prestokeys)
|
by tavuk
Functions not working as intended
|
|
[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.
|
|
[5 replies] Last: Ok and good luck! (by closed account iAk3T05o)
|
by combzy
For/ do while loop touble
|
|
[2 replies] Last: Thanks, yeah those two equations I need to use for something else in t... (by combzy)
|
by gamerasw
prime numbers
|
|
[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
|
|
[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
|
|
[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...
|
|
[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
|
|
[1 reply] : I/O with files: http://www.cplusplus.com/doc/tutorial/files/ (by Cronnoc)
|
by mschoelkopf
help please
|
|
[no replies]
|
iterator function arguments? |
|
[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
|
|
[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! |
|
[2 replies] Last: There are a couple of ways to solve this problem but first I think you... (by Garion)
|