by DAoliHVAR
function returning values it isn't supposed to
|
|
[7 replies] Last: stdchr is part of the C library. true, but it lives in <cstring>, s... (by PCrumley48)
|
by tblade10
Text Based Game Help
|
|
[2 replies] Last: Make name a member variable for storyline1. When you ask the name, th... (by AbstractionAnon)
|
by Irishguy95
Linker error, set up correctly
|
|
[2 replies] Last: Thank you abstractionAnon, facedesking right now (by Irishguy95)
|
by Rbilbro
so lost
|
|
[8 replies] Last: Thank You (by Rbilbro)
|
by C add add
Array of structs help.
|
|
[4 replies] Last: Thanks, I'll mess around with these two to see which one is better fit... (by C add add)
|
by blairtch
Trouble Overloading Operators: DayOfYear
|
|
[no replies]
|
by fortune500
Input into Array
|
|
[5 replies] Last: Oh it makes sense now! Thanks Jacob and Andy I will use the code tags... (by fortune500)
|
Help with Bubble Sort program |
|
[15 replies] Last: in my system (3Ghz x64 core2duo) bubble sort: 16000 randoms in 1.279... (by anup30)
|
by chris1997
Sort and print highest int inputted
|
|
[1 reply] : This is not a homework site. We won't do your homework for you. Howeve... (by AbstractionAnon)
|
by KickAz
Write 10positive numbers and check...but got error
|
|
[3 replies] Last: You could do something like this... cout<<"Enter the number of p... (by wildblue)
|
by prizko
Equation in C
|
|
[1 reply] : pair =(n1 / 2 == y) pair =(2 * y == y) What are you trying t... (by AbstractionAnon)
|
by rrvv
Algorithm cost for recursive funtion
|
|
[4 replies] Last: Look at the pattern for each time you unravel the recurrence equatio... (by Duthomhas)
|
by Mechennyy
Best book for beginners
|
|
[9 replies] Last: Just to clear up what I said about C++ Primer 4th and 5th editions, af... (by Mechennyy)
|
by DeathLeap
comparing strings
|
|
[3 replies] Last: Hi /// your line 10 MyNewDataType temp = 0; If MyNewDataType is ... (by closed account SECMoG1T)
|
by Ned757
Yes/No Qustions code help
|
|
[10 replies] Last: Ohh and I included <stdio.h> because I use getchar() at the last bit o... (by Ned757)
|
by Hunkofsteel
How to delete line after a cin?
|
|
[3 replies] Last: Windows-specific, but borrowing from this thread ( http://www.cplusplu... (by Norm Gunderson)
|
min heap help |
|
[no replies]
|
by dividington
How to accept only a single character?
|
|
[2 replies] Last: Thank you! If I understand correctly std::numeric_limits<std::stream... (by dividington)
|
by tblade10
Simple text based game im working on, tell me whats wrong please, it keeps crashing.
|
|
[1 reply] : change the oldman1() to void. Note that using other types(other than... (by rjvc)
|
by Extreme112
Unused Character
|
|
[1 reply] : Why are you initializing z as fin.get() and then assigning it to fin.g... (by disturbedfuel15)
|