by kada17
Derived class can't access protected variables in base class
|
|
[2 replies] Last: That was the problem. Thank you very much!!! (by kada17)
|
by Mahe18
unordered_set of regex objects
|
|
[1 reply] : Why do you need a set of regexes? That's very unusual. Would this work... (by helios)
|
by stav
overloading a macro ?
|
|
[3 replies] Last: Nice. I thought boost::format used the %index% syntax. (by helios)
|
by Subhuti
Code::Blocks - No default include directory?
|
|
[1 reply] : So I installed the version with the MingW compiler built in, and per ... (by olfibits)
|
by anoanomous
Beginner c++ student with question about using strings
|
|
[4 replies] Last: As a beginner I would recommend to code slowly and detect vulnerabilit... (by benhart)
|
by EMA833060
help a bro out
|
|
[2 replies] Last: I would help you out, but I've read trough your post and found no ques... (by Marcus Aseth)
|
by sephi
Question about reading files
|
|
[7 replies] Last: you can use the file size to find the correct position to jump to in a... (by jonnin)
|
by stav
Clever way to avoid execution of classes functions
|
|
[2 replies] Last: one way to do debugging is simply #defs... #ifdef debugflag debug cod... (by jonnin)
|
by i773
Can't pass custom class to CLI
|
|
[no replies]
|
Send help |
|
[2 replies] Last: you say that but dont help... now that is counter-productive. (by JSchaeffer4515)
|
by hellomiami
Homework
|
|
[7 replies] Last: You do need loop(s) and conditional execution. Read: http://www.cplusp... (by keskiverto)
|
by Putarda
Reversed contact between classes [help]
|
|
[no replies]
|
by matcer
Ramp of double samples generation
|
|
[1 reply] : Do you mean that you would have something like ramp(k) == start + k*st... (by keskiverto)
|
by REDDY VIDYA
getter and setter
|
|
[2 replies] Last: 1) Please use code tags when posting code, to make it readable: http... (by MikeyBoy)
|
by Mk87
How to implement 3 digit binary numbers into 2D vector in C++?
|
|
[7 replies] Last: It seems that the cpp.sh's compiler (presumably GCC), even when it is ... (by keskiverto)
|
by rodgrick
C++ Program that implements the Bubble sort algorithm.
|
|
[3 replies] Last: @jose23567, thanks for the kind words. (by chicofeo)
|
by beginner1127
couple questions about C++
|
|
[5 replies] Last: Peter is def right, idk how I put B last night. From what i remember c... (by r6racer)
|
by DrewRiddles
Comparing Times
|
|
[1 reply] : Something along these lines, perhaps: #include <iostream> #include <... (by JLBorges)
|
by afedorov
Move operator for object that doesn't manage resources
|
|
[no replies]
|
by khashayar0
using CryptUnprotectData
|
|
[5 replies] Last: Sorry I can't provide an example since I haven't done anything with it... (by coder777)
|