by adam2016
problem with memset
|
|
[5 replies] Last: @adam, it's most likely that 0 is black and 255 is white. That's how i... (by tpb)
|
by wckedsck
Need help but not understanding
|
|
[18 replies] Last: In a nutshell, it resets the std::cin stream to make it usable again. ... (by Ganado)
|
by poohbear
quick question
|
|
[2 replies] Last: thank you for clearing it for me (by poohbear)
|
by rahan2121
C++ Functions
|
|
[2 replies] Last: Actually don't forget the required parameter: int my_function(std::st... (by jlb)
|
Ignoring whitespace with getline() and assigning variables |
|
[9 replies] Last: Ah okay, thanks @tpb for the explanation. That's a good point @yoland... (by PiggiesGoSqueal)
|
Pointer to an array |
|
[5 replies] Last: the 10 cent basic version is this: class list { data somedata; ... (by jonnin)
|
by bagrarajeev
Unable to figure out why assignment not working
|
|
[3 replies] Last: @keskiverto Thanks, the problem is addressed by removing semicolon. @A... (by bagrarajeev)
|
explain fragment of code |
|
[2 replies] Last: C strings have a hidden zero character that indicates end of string. ... (by jonnin)
|
by jownoller
C++ nested for loop in the <map>
|
|
[6 replies] Last: to find out if i have a repeated #frequency as value in my map... If... (by keskiverto)
|
by adam2016
Strange program behaviour
|
|
[14 replies] Last: thanks guys (by adam2016)
|
by adam2016
static lib file problems with codeblocks
|
|
[4 replies] Last: thanks jlb,that would make sense :) (by adam2016)
|
Help |
|
[2 replies] Last: Why cant i use this symbol *=(multiplication and equal sign) double... (by MikeyBoy)
|
by poohbear
checkpin
|
|
[1 reply] : // receives a PIN number as parameter, returns TRUE if it matches th... (by closed account SECMoG1T)
|
by jownoller
C++ <Map> find the repeated value!
|
|
[8 replies] Last: Another question that i have here is the Key is word and should be in ... (by jownoller)
|
by Awsom3Alan3
Need help with search functions.
|
|
[1 reply] : #include <iostream> #include <string> const int NUM_STUDENT = 10; co... (by JLBorges)
|
by PieDuck
Good places to self teach C++
|
|
[8 replies] Last: http://www.learncpp.com ^I can't recommend this site enough. (by zapshe)
|
definition of a container. |
|
[5 replies] Last: guys boost::bimap should be part of std:: ,killed all the birds with o... (by closed account SECMoG1T)
|
by ddaniel10
creating a class
|
|
[1 reply] : int main() { // assigns name "file" as an fstream fstream file; ... (by ddaniel10)
|
by PhysicsIsFun
Procedure Entry Point not found? (1,2)
|
|
[28 replies] Last: "gcc (i686-posix-sjlj-rev0, Built by MinGW-W64 project) 7.1.0" I am u... (by PhysicsIsFun)
|
Concerns with function implementation for c++ project |
|
[1 reply] : Your function isValidDate doesn't have a closing } so the next fu... (by Repeater)
|