by jo8et
Passing constant pointers to functions
|
|
[3 replies] Last: Thank you, it is now solved! There was a typo in the header file... (by jo8et)
|
by Kavaxes121
As someone who never learned a coding language before how do you recommend learning C++? (1,2)
|
|
[27 replies] Last: You've had some good advice in these posts, I'll try to avoid repeatin... (by Niccolo)
|
by jabeh
Classes and Objects
|
|
[3 replies] Last: Keep coding - solve coding problems. Codingame.com (by zapshe)
|
by travelskid
'Class' was not declared in this scope
|
|
[6 replies] Last: Nevermind, i've searching for the dependency with other class but in f... (by travelskid)
|
by Zoyebella
Reading in one character at a time
|
|
[16 replies] Last: @ salem c None of the solutions presented here are usable by the OP f... (by Duthomhas)
|
by Karthik Ram
Building A Online Compiler
|
|
[4 replies] Last: OP disguising spam in text again. Everyone of their posts pushes the s... (by salem c)
|
by jo8et
Serial Library class method
|
|
[4 replies] Last: glad you got it working. if that readchar is max number to read, it ... (by jonnin)
|
by coder3124
Ending a program with while loop
|
|
[2 replies] Last: #include <iostream> bool isPerfect(int number) { int sum {}; for... (by seeplus)
|
valgrind |
|
[4 replies] Last: > Anyone describe the steps to carryout the procedure to use valgrind ... (by JLBorges)
|
by Ariachloe
Autofilling a variable in C++
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; string bi... (by lastchance)
|
by LunaElla
blocks 17.12 does not on C++
|
|
[4 replies] Last: The current version of Code::Blocks is 20.03, 17.12 is old and outdate... (by deleted account xyzzy)
|
by JLBorges
How are the __cplusplus directive defined in various compilers?
|
|
[1 reply] : Note that for MSVS, you need to configure the compiler for this. See: ... (by seeplus)
|
by Ariachloe
C/C++ hackerrank question
|
|
[2 replies] Last: heh "i am not getting the error" means he didn't understand the messag... (by jonnin)
|
by Aerilia Kira
button print string?
|
|
[1 reply] : So what is this button? It looks like you mean key (as in keyboard)? ... (by coder777)
|
by persades
Going back to loop
|
|
[2 replies] Last: You could put the menu into a value returning function - when the cond... (by zapshe)
|
by bloshanova
enter employee info using class
|
|
[2 replies] Last: This is a typical skeleton class for getters/setters: #include <str... (by seeplus)
|
by PK Dey
How can I remove the following error?
|
|
[4 replies] Last: Thanks To all of you (by PK Dey)
|
by LunaElla
Simulations with 2D arrays
|
|
[1 reply] : 1. Show what code you have tried. 2. Find a better translator. But I... (by lastchance)
|
by JamieAl
Order of operations in C++ vs MATLAB
|
|
[9 replies] Last: look for an off by 1 then. matlab indexes from 1, c++ from 0. Maybe ... (by jonnin)
|
by Rongo
Reading a in file
|
|
[6 replies] Last: Your assignment is to use a linked list as a membership predicate st... (by Duthomhas)
|