by iluv41
subscript requires array or pointer type??
|
|
[1 reply] : It means that alpha is not an array or pointer (by ats15)
|
by toughxluck
Slot machine, payout random generator.
|
|
[8 replies] Last: Yes exactly, anyplace between where you get the bet and the start of t... (by admkrk)
|
by darkcammo
Binary File I/O Issues
|
|
[7 replies] Last: Worked, as expected. Thank you again. (by darkcammo)
|
by MRangel
Function issues
|
|
[4 replies] Last: xismn, Thanks for your reply. I have been studying what you had to sa... (by MRangel)
|
Total Running Cost and Enum data types |
|
[2 replies] Last: @nvrmnd It's working, thank you very much I was getting really frustr... (by presidentejay)
|
by Powdertrail
Any way of merging char and string w/o c_str?
|
|
[1 reply] : You cannot append a char to a string using c_str . http://www.cplusp... (by cire)
|
Functions & Switches |
|
[no replies]
|
by hinesro
Namespace exercise - Compiler Error?
|
|
[1 reply] : Your (multiple) definitions of f and g do not reside in the namesp... (by cire)
|
getting the wrong answer |
|
[1 reply] : > the answer that i am getting is completely in correct in those cases... (by ne555)
|
by fiodis
Pointer juggling
|
|
[no replies]
|
Why don't I get the result I want? |
|
[2 replies] Last: OOHH ok, that makes sense, so I have to declare strings not integers g... (by MidnightCandleX)
|
by richielo
reading files
|
|
[3 replies] Last: Yes, there is the string::find and string::substr method. Although, I'... (by Smac89)
|
by barnold
Student Directory Search/ Ifstream C++
|
|
[6 replies] Last: Thank You! That's just what I needed, I think I'll be able to finish i... (by barnold)
|
Array Loop Help |
|
[1 reply] : For one thing, birthday will be equal to 1 for January and November. ... (by admkrk)
|
by philhar
directx 11
|
|
[no replies]
|
by newbruk
passing ifstream object as a function parameter
|
|
[1 reply] : Line 28: Exceeds the value that can be stored in a long (implementati... (by AbstractionAnon)
|
by sierranm
Desperate for help!
|
|
[4 replies] Last: That's the thing, I'm not all entirely sure of what I was doing. The e... (by sierranm)
|
by doc17
help my array
|
|
[1 reply] : for(int row = 0; row < rows; ++row) { for(int column = 0; column ... (by giblit)
|
by Antone333
test what tile character is on
|
|
[no replies]
|
expression must have (pointer-to-) function type |
|
[2 replies] Last: @cire: Thank you so much. That worked!! (by goodfellowtodd1)
|