by bitcyknw
Need to break out of the IF statement
|
|
[3 replies] Last: OK thank you so much. Sorry I am just learning how to program and I do... (by bitcyknw)
|
by AymanA
what is the wrong !!!
|
|
[3 replies] Last: Hello AymanA, PLEASE ALWAYS USE CODE TAGS (the <> formatting button... (by Handy Andy)
|
by DonnaPin
two '\n\n' ?
|
|
[2 replies] Last: ah ok, I understand. I should have been able to figure that out. ' ' i... (by DonnaPin)
|
by Scorpia
C++: while/if and return problem
|
|
[10 replies] Last: Missing {} in the while If there are no parentheses the loop will do ... (by czerwonymoskit)
|
by hassanali444
Need Help in c++ program
|
|
[1 reply] : Your third for loop seems to overwrite the arr array, removing the... (by Hezigon)
|
by MaxGreen
template function
|
|
[5 replies] Last: @jonnin, thank you ! really helped (by MaxGreen)
|
by CeErre
for Statement Issues - noob issues
|
|
[7 replies] Last: SeePlus; That worked perfectly! Truly grateful! Thanks for the tips o... (by CeErre)
|
by PP Namias
Resto bar shopping in c++
|
|
[2 replies] Last: Have you studied classes/structures yet? The use of std::vector/arra... (by jlb)
|
by PP Namias
Online Toyota Cars Shopping
|
|
[2 replies] Last: Not really a tip for shortening your code, but I will say you should m... (by Ganado)
|
by learner999
Finding minimum value after iterations
|
|
[4 replies] Last: @JLBorges, thank you so much for your reply. I had thought maybe we co... (by learner999)
|
by skinny2741
Using Merge Sort With Struct Array
|
|
[7 replies] Last: Compiler complains: In function 'void merge_sort(divide_and_conq_dt*,... (by ElusiveTau)
|
by Th3Luk1z
Simple coding
|
|
[4 replies] Last: This is 1). It will read in numbers from the file and put them in the ... (by seeplus)
|
by seghrein2300
half dia pattern
|
|
[2 replies] Last: Good day, Handy Andy. Dang! I am sorry I forgot that I have made a to... (by seghrein2300)
|
by sinatt
undefined reference to functions
|
|
[10 replies] Last: @salem c Yes your hint made my mind regards (by sinatt)
|
by WakelessFoil
Array addressing and testing
|
|
[2 replies] Last: > I thought there was a way to address each index in the array individ... (by JLBorges)
|
by ElusiveTau
LNK2005/LNK1169: one or more multiply defined defined symbols found
|
|
[7 replies] Last: Hi, One generally shouldn't put implementation code in a header file:... (by TheIdeasMan)
|
by Ganado
Program to sort data crashes, don't know why
|
|
[10 replies] Last: You're absolutely correct. I kept halving my input data in two until I... (by Ganado)
|
by kmlz
Help For Simple Moving Average
|
|
[12 replies] Last: Consider: #include <iostream> #include <algorithm> #include <fstrea... (by seeplus)
|
by Melo
Coordination System in console
|
|
[2 replies] Last: It's one of those feedback systems that help keep something balanced, ... (by Ganado)
|
by seghrein2300
change descending order to ascending.
|
|
[18 replies] Last: Thank you, seeplus. I'm done with the said program. (by seghrein2300)
|