by crojo26
Help filling new dynamic array of type pointer
|
|
[3 replies] Last: Note that you try to print size1 elements from m1. There are no size1 ... (by keskiverto)
|
Why do we need heap ? |
|
[7 replies] Last: but in visual studio when i try to go address of newplayer object it ... (by doug4)
|
by hooi1997
Composition
|
|
[2 replies] Last: Duplicate of: http://www.cplusplus.com/forum/beginner/232211/ Please... (by MikeyBoy)
|
by daverave1212
Is *(new Object()) a bad practice?
|
|
[5 replies] Last: Thank you all for the answers! (by daverave1212)
|
by UnknownKill
C++ Queue Code: Keeps spamming output until it crashes
|
|
[7 replies] Last: Oops... yes, you're right. Thanks! Although my point still stands. ... (by MikeyBoy)
|
by DrewRiddles
Identifying values between tags [Help Needed]
|
|
[7 replies] Last: Thanks everyone for the help, but I ended up deciding to simply use JS... (by DrewRiddles)
|
by alonso12
C++ - Calling a virtual function in another class
|
|
[9 replies] Last: which is declared as a non virtual function. Actually, assuming Do... (by doug4)
|
While Loop Word Search |
|
[4 replies] Last: > may i ask why you choose to use std :: im very new to C++ so im tryi... (by JLBorges)
|
by PressClass
Can I create variables during compiling time in in c++
|
|
[2 replies] Last: If you already have defined and initialized the array of 729 elements ... (by Peter87)
|
by kindgnice
Hello Admin/Moderators! There is someone spamming here!
|
|
[1 reply] : I am trying to report the spamming activities, but it still kept on cr... (by kindgnice)
|
by DrewRiddles
HELP
|
|
[1 reply] : @DrewRiddles is extremely right! P.S. Bro, I noticed some spamming a... (by kindgnice)
|
by dhayden
Is *ptr++ = tolower(*ptr); well defined?
|
|
[16 replies] Last: > The question is whether the post-increment of the pointer is guarant... (by JLBorges)
|
by dlahoud85
Possible While Loop Problem
|
|
[1 reply] : Once inside your while loop, onesDigit never changes. tensDigit nev... (by Repeater)
|
by Anson525
how can I printed the result with 10 numbers per row and with 5-character width for each number?
|
|
[1 reply] : adding if ((counter % 10) == 0) { cout << endl; } afte... (by fcantoro)
|
by Laura95
Matrix class using vector
|
|
[2 replies] Last: Your code with code tags: #include<iostream> #include<vector> using n... (by fcantoro)
|
./.... |
|
[3 replies] Last: @DrewRiddles is right. This is the purpose of a forum. If you are dele... (by kindgnice)
|
by Tduck
How do you find missing brackets/braces?
|
|
[10 replies] Last: Yes, get a decent editor and use the editor’s ‘ find-matching-brac... (by Duthomhas)
|
by afedorov
Need help with move constructor/assignment operations
|
|
[4 replies] Last: Thanks a lot for this explanation. (by afedorov)
|
by DrewRiddles
[Solved]
|
|
[4 replies] Last: std::quoted is a C++14 feature. What compiler do you use? (by Thomas1965)
|
by Mk87
random generator binary numbers
|
|
[2 replies] Last: vector <bool> is sometimes optimized to store single bits on many impl... (by jonnin)
|