by zagzag
change a value in an array.
|
|
[2 replies] Last: Yes you are right that is the function int getbalance that I have. So... (by zagzag)
|
by firstlast
Three Seperate Functions
|
|
[10 replies] Last: Barely, and I forgot to omit those from earlier. (by firstlast)
|
by metulburr
container to hold numerous data types (1,2)
|
|
[29 replies] Last: I was playing around, you would need to keep track of what is stored ... (by cire)
|
by Ganado
RBG value editing problem/question
|
|
[3 replies] Last: Thanks for the replies, Stauricus and tntxtnt . Absolute value woul... (by Ganado)
|
by rajputsadia
if statement not working
|
|
[1 reply] : my assignments were reversed in the function definition =_=" (by rajputsadia)
|
by krutuk
Please help, .lock() doesn't work
|
|
[4 replies] Last: Peter87, thanks man, you really helped! (by krutuk)
|
by Redeyery
Double trouble with vectors
|
|
[4 replies] Last: Oh! I see. Thank you very much. I'm having another problem when writin... (by Redeyery)
|
by Stauricus
slicing a string
|
|
[5 replies] Last: ooh, now i got it. i didn't knew that getline changes the original str... (by Stauricus)
|
by joaoareias
How can I solve this problem
|
|
[1 reply] : You never call setUsername and setPassword. I recommend making them co... (by Ispil)
|
by rajputsadia
Funtion calls? Variable not initialized?
|
|
[4 replies] Last: I apologize for my coding style. I find programming very fascinating b... (by rajputsadia)
|
how to use a function with pointer parameter to print array |
|
[1 reply] : Well, that's only a skeleton, it doesn't even have names for the param... (by Chervil)
|
by GoranGaming
Text File Reading Program
|
|
[1 reply] : std::string name; int score; std::geline( std::cin, name, ':' ); std:... (by ne555)
|
by coinage23
Debug Assertion Failed
|
|
[no replies]
|
by GoranGaming
Is this comparison valid?
|
|
[9 replies] Last: A chess program? That's got to be very complicated, especially the AI ... (by GoranGaming)
|
by MPERSIA
Inversion of numbers (1,2)
|
|
[30 replies] Last: Manipulating the float data and keeping it unchanged is almost imposs... (by jrfrago)
|
by axdel
Get lowest value in array function
|
|
[no replies]
|
Arrays and pointers problem!! |
|
[5 replies] Last: Thank you! (by cPPbeginner17)
|
by axdel
Function array get lowest value problem
|
|
[1 reply] : NVM, after seeing it here I saw the extra ) in the line. (by axdel)
|
by JB2005
reading a file and finding high and low number
|
|
[3 replies] Last: > So it needs to pull a number to give the lowest and highest a number... (by JLBorges)
|
by sachin6
increment and decrement
|
|
[3 replies] Last: a*=++a; you multiplied (a) by itself but not stored to (a) yet then ... (by jrfrago)
|