by JesusFreak43
Code Needs Some Guidance
|
|
[8 replies] Last: Your code also seems to have a lot of code duplication, you may want t... (by jlb)
|
by EP3
What does "!" mean in syntax like this?
|
|
[6 replies] Last: > if (!node) return; There are certain contexts in C++ where an... (by JLBorges)
|
by princekid
I am having issues with figuring out this code.
|
|
[2 replies] Last: Hello princekid, To start with let me make some observations, hints a... (by Handy Andy)
|
by pplo123
Help me to understand this question (1,2)
|
|
[21 replies] Last: can anybody give detailed algorithm for this problem? Something like a... (by plzcode)
|
How to make container vector won't complain compile error as there is no include of vector lib |
|
[5 replies] Last: Thank alot problem solve (by noobcplusplusprogrammer)
|
by HDinis09
Basic Lottery Question
|
|
[8 replies] Last: You could create individual variables like num1, num2,...,star1, star2... (by Thomas1965)
|
by Satan
Should I use scanf and printf instead of cin and cout?
|
|
[16 replies] Last: @FurryGuy this question was killing me and my computer is having some ... (by Satan)
|
by zain ahmad
Big Integer Problem in C++
|
|
[5 replies] Last: The boost libraries offer this functionality Chapter 1. Boost.Multipre... (by shivkumar12)
|
by Nassah
How to do the output in most simplest way for a beginner?
|
|
[2 replies] Last: [quote=Nassah]what is the simplest way to do this? int TotalA = ( a1... (by lastchance)
|
Need to print list normally |
|
[1 reply] : Actually are you aware that tha function loadList(...) is not relate... (by coder777)
|
by JesusFreak43
Is There anything wrong with this code?
|
|
[1 reply] : Since you set k=0 and b=0 at the start of each loop, you will never se... (by lastchance)
|
by gjur99
HELP with looping
|
|
[1 reply] : It is not that wrong. You may do following step to get what you want: ... (by coder777)
|
by Patch97236
Can someone tell me what I'm doing wrong?
|
|
[2 replies] Last: The if clause on line 35 in removeTwo(...) is certainly wrong. i... (by coder777)
|
by thehennydon
if/else, switch, looping basics
|
|
[1 reply] : Hi, I have a suggestion. Remember coding is only here to make thi... (by EVERYSINGLETIMEITRY)
|
by kramsuiluj
I need help with my program
|
|
[2 replies] Last: I am a college student so, this was my program for the finals of first... (by kramsuiluj)
|
Returning from function to certain vector |
|
[3 replies] Last: You can't pass a vector-of-doubles as a double. You need to do it like... (by tpb)
|
by dmorris
Need help with assignment
|
|
[4 replies] Last: The last thing I need is to be able to still output the multiples if ... (by Ganado)
|
by gimmley
Trouble with nested while loop
|
|
[2 replies] Last: Ok changed a bit again this time moving the salesTotal = bookCostTotal... (by gimmley)
|
by Tduck
Integer not increasing when told to increase
|
|
[4 replies] Last: Also, to answer your question why those x's and y's were incrementing ... (by Tduck)
|
by majjefferson
C++ binary search tree array implementation
|
|
[no replies]
|