by jcullen723
Help i am struggling
|
|
[3 replies] Last: On any forum, there are usually guidelines for posting code. https://w... (by salem c)
|
by dominicanjb
Reading/Writing
|
|
[1 reply] : you can't save pointers, generally. You may need to re-write this so ... (by jonnin)
|
by NickPerry
Making 2 programs Communicate
|
|
[3 replies] Last: Just an update for any future people with the same issue: Linux/Unix/... (by NickPerry)
|
by Loookster
How to reuse menu
|
|
[1 reply] : It's unclear from what you posted, what function fn() is supposed to d... (by AbstractionAnon)
|
by jonnin
...
|
|
[3 replies] Last: and bang - the OP has disappeared in a puff of smoke...... (by seeplus)
|
by freedom71
text color in c++ codebloks
|
|
[4 replies] Last: Windows lets you change the console foreground and background colors. ... (by AbstractionAnon)
|
Add all even numbers |
|
[7 replies] Last: int number; int sum; int count = 0; while(number > 0){ this is... (by jonnin)
|
by blaster123
I need help with a program
|
|
[14 replies] Last: @seeplus: You make them too fancy for the apparent skill level of the ... (by keskiverto)
|
by jonnin
Visual Studio compiled program runs faster in x86 than x64?
|
|
[7 replies] Last: That's the usual M.O. (by Ganado)
|
by Lucyzzz
Design a program to play the LoShuSquare Game.
|
|
[1 reply] : "LoShuSquare.h" is not a library. It is a header file shared by two s... (by AbstractionAnon)
|
by John Stavros
Embedded C++ classes
|
|
[1 reply] : I would make an I2C class that can be used by both your sensor and dis... (by AbstractionAnon)
|
by modern216
find the exclamation mark in the array
|
|
[11 replies] Last: I vaguely remembered it being the opposite, default was accepting new... (by dutch)
|
by opfabi
generating a matrix based on 2 numbers from a file
|
|
[3 replies] Last: thank you very much (by opfabi)
|
by frek
bitset example
|
|
[1 reply] : list-initialisation does not allow implicit narrowing conversions. h... (by JLBorges)
|
by shmilon
input integer from text file and output text file
|
|
[9 replies] Last: Thank you code is perfectly running. I solved my ide problem (by shmilon)
|
by Zenzei
please fix the HEAP CORRUPTION DETECTED error
|
|
[4 replies] Last: It looks like data is the data portion of a packet of some sort. Do yo... (by dhayden)
|
Recursion return difficulties |
|
[2 replies] Last: If array is not zero, solve() returns an undefined value to the call... (by helios)
|
by jeraya6
i have a small question
|
|
[3 replies] Last: Just to point out what might be obvious... The following functions ha... (by doug4)
|
by VoB
Constant iterator and code duplication
|
|
[7 replies] Last: In that case neither the children nor the parent are const. Only the p... (by coder777)
|
by adam2016
Advice on creating a regex like tool
|
|
[7 replies] Last: Thanks, will do :) (by adam2016)
|