by Mimmsan
Class children pointers into a vector of the parent class
|
|
[3 replies] Last: You were right thanks you for the solution! (by Mimmsan)
|
by Aurouze
In what environment do I work
|
|
[3 replies] Last: Visual studio is the way to go, however I would also consider setting... (by jonnin)
|
by Spirrwell
GCC (MinGW-w64 through MSYS2) on Windows Questions
|
|
[1 reply] : I generally have the same problem as you - how to deploy. I usually g... (by CPPAWhile)
|
by AvengerLB
Error "cannot convert const char to char*
|
|
[2 replies] Last: it should be a string. you can't assign char* directly. you can use ... (by jonnin)
|
by Aarush31
Find the most frequent words from a file
|
|
[6 replies] Last: Do you know how to implement a linked list or dynamic array? Using one... (by Thomas1965)
|
by aherald14
Program for a warehouse
|
|
[7 replies] Last: I mean actually look at the contents of material.txt. I think you'll f... (by dhayden)
|
by ahalvo
Linker error in Xcode
|
|
[1 reply] : Undefined symbols for architecture x86_64: "Velocity::Velocity()", ... (by Repeater)
|
Cout issues within game program |
|
[1 reply] : The compiler error message tells you which line to look at. It's this ... (by Repeater)
|
Intermediate C++ book or resource |
|
[2 replies] Last: Many thanks! I've checked Amazon and with its page-turning feature and... (by snugthejoiner)
|
by Forgetful
smart pointers
|
|
[3 replies] Last: is that what you mean by using it from the start? I mean you should... (by Repeater)
|
by quincyq
Comparison
|
|
[1 reply] : well... english it up: if x is bigger than y or x is less than y, can... (by jonnin)
|
by Satan
What C++ compiler do you use?
|
|
[6 replies] Last: Similar to jonnin, g++ but use visual studio for editing and navigatin... (by Ganado)
|
by omer123
if (condition) vs if (condition=true)
|
|
[5 replies] Last: > that both operands will be converted to the same type before the com... (by JLBorges)
|
by pka8659280
Association C++
|
|
[4 replies] Last: I wonder if the OP means aggregation or composition relationships? ht... (by TheIdeasMan)
|
by mohan2018
two dimensional vectors
|
|
[1 reply] : https://stackoverflow.com/help/how-to-ask Show us your code so far :+... (by TheIdeasMan)
|
by AUsoccer21
Connect Four Board- dynamically allocating 2D array using function
|
|
[1 reply] : The below code should create a board (not using contiguous memory). T... (by CPPAWhile)
|
by R3tr0
Reding in a file to a binary tree
|
|
[2 replies] Last: while (infile.is_open()) { root = insert(root, counterNumber); }... (by ne555)
|
Sorting strings in descending order using parallel arrays |
|
[3 replies] Last: Ok, after some fooling around, I realized that i was missing a line of... (by mistyjohnson2869)
|
by adam2016
stacking issue in a game
|
|
[7 replies] Last: also tpb,please do not delete posts on here it is a selfish thing to d... (by adam2016)
|
by schobelix
[C++]Code for outputting maze
|
|
[1 reply] : > and whoever will complete them, is accepted So if we help you to get... (by salem c)
|