by Rongo
iterating through a linked list
|
|
[2 replies] Last: Read the words in the dictionary file into a list (std::list), if you ... (by JLBorges)
|
by bloshanova
c++ beginner - input name using struct
|
|
[4 replies] Last: ah, its a political survey! (by jonnin)
|
for triangle |
|
[1 reply] : These kinds of homework work best when you get yourself some graph pap... (by Duthomhas)
|
by BonoboMan
Error when iterating through template function with char
|
|
[1 reply] : Show the code that called it. Your error message is clear as it stand... (by lastchance)
|
swap c++/ reference |
|
[6 replies] Last: a pointer is a lot like a reference, but a pointer is NOT a reference.... (by jonnin)
|
How to store something in a string without user input? |
|
[6 replies] Last: Thank you so much guys, this was super helpful. (by BeginnerCoder123)
|
Sentinel Value and If statements |
|
[3 replies] Last: Thank you so much guys, this was very helpful! (by BeginnerCoder123)
|
by nvadam
If within for loop, 'if' not activating
|
|
[3 replies] Last: yepp seems like it was nothing to do with this loop.. thanks i worked ... (by nvadam)
|
by pptheb8
hi all I am a beginner to C++ and I need some advice for my programme
|
|
[6 replies] Last: It would be more usual for Quit to be an option on the menu - rather t... (by seeplus)
|
by lostdog
HTTP GET winsock
|
|
[8 replies] Last: > thanks, I just didn't understand that recv() could return data in pi... (by salem c)
|
by varadero125
Begginer need help at homework
|
|
[2 replies] Last: but is it that you don't know how to code the c++ stuff - or don't und... (by seeplus)
|
by robzilla1999
BMR Calculator for chocolates
|
|
[2 replies] Last: A bit of helpful advice.... PLEASE learn to use code tags, they make... (by deleted account xyzzy)
|
by Grust697
Visual Studio: Opening Windows
|
|
[15 replies] Last: oops copied the wrong directory haha (by Grust697)
|
by Thunderchook
Populating a linked list
|
|
[3 replies] Last: Thanks, I'll give those a try. (by Thunderchook)
|
int *y = malloc(100); |
|
[5 replies] Last: if you care, this is C code. C++ usually uses new instead of malloc. ... (by jonnin)
|
by SemogEnaz
namespace issue with scope
|
|
[6 replies] Last: @seeplus ahh, I see, I will add that to the code instead of the int th... (by SemogEnaz)
|
by DEXNOOBCODER
Inverting modulas???
|
|
[6 replies] Last: I think its a "remainder operator" not a "modulo operator". Restrict t... (by lastchance)
|
memory-user.c |
|
[4 replies] Last: It can do something that surprises us; the program may engender undefi... (by JLBorges)
|
by Milnk
How to write this as a forloop program?
|
|
[5 replies] Last: ah, the single loop was not so bad with the extra variable. I was thi... (by jonnin)
|
by jhw
Attempting multithreading in Windows under MingGW64
|
|
[3 replies] Last: It could be just the implementation, and nothing to do with your envir... (by kbw)
|