by nearc
How to delete whole linked list?
|
|
[4 replies] Last: I gave you the algorithm, is that sufficient for you? BTW: It shoul... (by jonnin)
|
by Trezkez
c - calculating file content separately
|
|
[4 replies] Last: Here's a possibility in C: #include <stdio.h> #include <stdlib.h> #... (by tpb)
|
by Mahir247
"x" outputs as an integer even though it is a float!
|
|
[1 reply] : http://www.cplusplus.com/forum/general/238780/ (by helios)
|
by fstudent
Adding a Max Bet Option for a Craps game
|
|
[2 replies] Last: jonnin: Thanks for the reply! For now I have used a char to check the... (by fstudent)
|
by CGunn86
Difference between these two?
|
|
[2 replies] Last: That "unspecified-evaluation-order leak" in JLBorges link is mildly su... (by tpb)
|
by sc7
which datastructure to use here?
|
|
[5 replies] Last: Something along these lines, perhaps: #include <map> #include <vect... (by JLBorges)
|
what laptop specification needed before i can run unreal engine4 |
|
[2 replies] Last: ok tanks. (by jamesgodspower)
|
by subs098
Not sure why my code has no output
|
|
[2 replies] Last: Oh. I corrected that and fixed the function prototype (missed out "Mo... (by subs098)
|
by Blessman11
lists and iterators - check null
|
|
[6 replies] Last: thank you Peter- problem solved (by Blessman11)
|
by troylow
Bubble Sort Problem
|
|
[10 replies] Last: Oh man looks like I have to go over the code maybe redo it abit so I c... (by troylow)
|
by Alex47
Do While Help
|
|
[1 reply] : if(pick != number1) || (pick != number2) || (pick != number3) || (pic... (by Repeater)
|
by justStarting
problem pulling .txt data and combining multi functions
|
|
[2 replies] Last: The problem is that you open the input file in many places and it will... (by Thomas1965)
|
by dannyboyo
How to manipulate texts with C++
|
|
[1 reply] : Not directly. There are regex tools, and the string find and replace... (by jonnin)
|
by omka
Tick tack toe
|
|
[1 reply] : Why don't you check the field before you write to it? if (a == 1) { ... (by Thomas1965)
|
by mim97
Display the sum and the average of the numbers in a loop.
|
|
[7 replies] Last: He/she explicitly explicitly says "in a loop", @Abdullah Samo. Howeve... (by lastchance)
|
by tyler21210
homework help please?
|
|
[3 replies] Last: tyler21210 here is the solution: #include <iostream> usin... (by Abdullah Samo)
|
by Ahmed Sayed
something wrong with the output
|
|
[3 replies] Last: strlen() relies on the string being null-terminated and you don't expl... (by lastchance)
|
by opataris
Bool function for Prime Numbers
|
|
[7 replies] Last: Thank you so much for taking the time to help me. I appreciate it, tru... (by opataris)
|
by jerry HQ
Summing the characters in a word or sentence
|
|
[3 replies] Last: You inverted the order of the addition assignment operator. += and =+ ... (by Lehti)
|
by vuilnisman
Unexpected array behaviour
|
|
[3 replies] Last: Cheers to you both. I guess I was confused between a size 4x4 array h... (by vuilnisman)
|