by ckratz
Stacks without classes or STL
|
|
[1 reply] : Think about a stacks attributes and properties. - A stack consist of ... (by tcs)
|
Troubles with Arguments |
|
[1 reply] : Change float finalAverage = averageMachine(*numbers, size); to ... (by closed account E0p9LyTq)
|
by paler
step size in c++ simulation
|
|
[10 replies] Last: I think I should have said sample rate rather than rate of change. (by andywestken)
|
by Terraqueo
Bank Account exercise - What am I doing wrong?
|
|
[3 replies] Last: You're welcome :) (by MikeyBoy)
|
by Bernarax
array values
|
|
[2 replies] Last: Arrays in C++ are accessed starting at zero, so int table has val... (by dhayden)
|
by paler
program crashes "occasionally"
|
|
[4 replies] Last: kevinkjt2000, Thanks for the reply. Yes I change the dimension of u t... (by paler)
|
by Zeurox
[Help] Just started learing C++ and I have no idea why this code doesn't work
|
|
[3 replies] Last: You're welcome :) (by MikeyBoy)
|
by Gayboy
BankAccount - need help with constructor and bool
|
|
[2 replies] Last: ahh of course pass by reference, thank you if(head == NULL) ... (by Gayboy)
|
by ipodder1985
do-while loop for input with char
|
|
[2 replies] Last: Thanks for the advises! (by ipodder1985)
|
by cppnoob7331
Sort in descending order
|
|
[3 replies] Last: If you don't understand an algorithm, then you cannot implement it eff... (by keskiverto)
|
by m0mathur
[help] Studying Malloc
|
|
[1 reply] : First of all, what is ZeroMemory? I don't know. Second, you need to kn... (by PSYCHAMERON)
|
by ChrisLim
HELP!
|
|
[1 reply] : Please edit your post and make sure your code is [co de]between cod... (by LB)
|
by Life24
Sum with while
|
|
[1 reply] : Just declare five variables and do it the same way as with an array. (by LB)
|
by ipodder1985
scan input for specific number
|
|
[2 replies] Last: Thanks, I figured it out now (by ipodder1985)
|
by kevinkim
A sudden question just come up with
|
|
[6 replies] Last: There are "rules", very strict rules. The C++ Standard is the rules. S... (by keskiverto)
|
by Kyle2134
Need assistance with If statements
|
|
[3 replies] Last: So it would look something like this? int main() { cout<< "Please cho... (by Kyle2134)
|
pulsar varias teclas a la vez en sdl2 |
|
[1 reply] : No. Tu dominio del español también deja bastante que desear. ... (by helios)
|
Building a terminal text-editor in C++ |
|
[1 reply] : Libraries such as PDcurses and ncurses (collectively called just curse... (by helios)
|
by AVM8
Bubble Sort Algo
|
|
[3 replies] Last: Your code breaks if the user enters a number greater than 10000. In s... (by helios)
|
by Swapnil2000
Program Repeating, How to end? Reply Pls
|
|
[2 replies] Last: @kevinkjt2000 thanxx for your reply I've corrected my code and Its wor... (by Swapnil2000)
|