by Dum
need help in optimization.
|
|
[8 replies] Last: If this is for a Codechef competition, you should know that the adjudi... (by MikeyBoy)
|
by egslava
How to test crossplatform C++ code?
|
|
[no replies]
|
by Psalazar2016
Help with list homework please
|
|
[8 replies] Last: @lastchance, Sorry about that I must have accidentally deleted the cl... (by Handy Andy)
|
by mycuser
( clearing ) a modified container
|
|
[3 replies] Last: > like a stack ( FIFO ). stack is LIFO queue is FIFO > Hope you can h... (by ne555)
|
by JesusFreak43
Is This Linked List Function On Point?
|
|
[1 reply] : > if (first == NULL) //Case 1; list is empty. Maybe you should retu... (by salem c)
|
by lastchance
Wrong card total
|
|
[8 replies] Last: Yeah even I wonder why that moderator deleted his post. I very much ... (by MikeyBoy)
|
I dont know what I'm doing wrong |
|
[3 replies] Last: addNewTicket() doesn't actually add any new tickets. It just writes th... (by Peter87)
|
by studentbunga
complex numbers
|
|
[1 reply] : Not sure what you want to do. About complex numbers: http://www.cplusp... (by Thomas1965)
|
by wirelesskill
Converting hours to seconds, seconds to hours
|
|
[10 replies] Last: Oh right, think i get the references now. I didnt realise i can simply... (by wirelesskill)
|
by stoneJax
Two Dimensional Arrays
|
|
[14 replies] Last: That makes sense for a program that is in real life. This program is a... (by stoneJax)
|
by studentbunga
forward trigo
|
|
[no replies]
|
by PermThesis
quiz score not displaying properly
|
|
[5 replies] Last: Thank you it did help, I corrected the mistakes with total and guess. ... (by PermThesis)
|
by LemonHappy
Ostream To String Help
|
|
[2 replies] Last: You are missing the includes of two required headers: #include <str... (by JLBorges)
|
by rozick1
Checking an object for a combination of identities
|
|
[5 replies] Last: #include <optional> struct A { bool b; char c; int i; constexp... (by mbozzi)
|
by ryan157
Help with fairly easy C++ HWK problems
|
|
[1 reply] : For question 1 and 2, http://www.cplusplus.com/doc/tutorial/control/ F... (by chicofeo)
|
by quickjuug
Error printing Arrays on Traffic Jam Game
|
|
[3 replies] Last: See how you delete HB on line 78, and then on line 79 you set it to ... (by Repeater)
|
by Grime
Need help coming up with approach (1,2)
|
|
[31 replies] Last: Eventually I want to add UI for the program itself to allow the user t... (by Grime)
|
by rad
How to make multiple classes
|
|
[3 replies] Last: Thanks guys you were helpful. (by rad)
|
by adityanav
Hash Table Serialisation.
|
|
[4 replies] Last: just dump the whole thing as a binary blob This will only work if th... (by dhayden)
|
by rozick1
Should this function be a member of parent or child?
|
|
[2 replies] Last: I see no reason to involve C: void E::link(E &other) { E.linkedID... (by dhayden)
|