by Gringoliath
When to use const char * over std::string?
|
|
[9 replies] Last: Another case are dynamic link libraries that may be consumed by other... (by kbw)
|
by MrRobot
D.exe not found
|
|
[6 replies] Last: Thx guys (by MrRobot)
|
by tsuraj
use of if else
|
|
[5 replies] Last: You need to fully understand what was said above, but basic conditiona... (by jonnin)
|
by PhysicsSteve
Reference to one of many objects
|
|
[5 replies] Last: I can't use an array as each object is a different class, though all i... (by PhysicsSteve)
|
by ThinkTwice11
Function declaration best-practice?
|
|
[3 replies] Last: I have somewhat different suggestion: 1. Users of your logging interf... (by malibor)
|
by dkg123
the good ol EXPECTED unqualified ID before 'public'
|
|
[6 replies] Last: Please fix the "wack indentations" and remove most of those "wack doub... (by jlb)
|
by QueenJJ
STL
|
|
[3 replies] Last: yes, you need to return a container (any type) of all the indices. i... (by jonnin)
|
by AngeSurTerre
General parser - Error handling
|
|
[5 replies] Last: To start, you need to store the line and position number with the cur... (by AngeSurTerre)
|
by Kitsunetsuki
Tips and examples for Movie Inventory
|
|
[14 replies] Last: #include <iostream> #include<string> #include<vector> #include<except... (by Kitsunetsuki)
|
by julie2019
C++ Is Faster and Safer Than Rust: Benchmarked by Yandex
|
|
[1 reply] : Are these just pvs-studio plugs? (by kbw)
|
by Seanronen11
Having wierd problem ASAP help please :)
|
|
[4 replies] Last: The problem is that gameState.h includes Addons.h and Addons.h include... (by dutch)
|
by marhuum
How do compilers manage a dynamic type in a static
|
|
[1 reply] : What do you think the problem is? The string data does not need to fit... (by dutch)
|
by QueenJJ
STL map container
|
|
[4 replies] Last: The link has: map<char,string> mymap; mymap['a'] = "an element"; Le... (by keskiverto)
|
by Thomas1965
What is an iterator in general?
|
|
[5 replies] Last: @Cubbi Ah yes indeed!, increment/decrement is not the same as with pl... (by malibor)
|
by marhuum
C++ “delete” used in comma separated multiple array name
|
|
[15 replies] Last: I really do not like that evaluation order is undefined for subexpres... (by dhayden)
|
by james58
I want to Inset element in array
|
|
[1 reply] : for(i=5;i>=pos;i--) a[i+1]=a ; In the first 2 for loops you knew that... (by Thomas1965)
|
by akash16
Pointer and Reference
|
|
[3 replies] Last: That makes sense. But the post must've been removed through reporting ... (by dutch)
|
by CancerJack
Issue with C++
|
|
[6 replies] Last: Thanks you all, but it was vey simple, i puted a space between "int" a... (by CancerJack)
|
by Zero3K
Compilation errors are occurring when compiling a driver
|
|
[3 replies] Last: Also, look at http://www.cplusplus.com/forum/general/270305/ for anoth... (by Zero3K)
|
by Seanronen11
My 1 month projects - asking for tips and ways to improve
|
|
[11 replies] Last: void AssetsManager::loadTexture(string name, string path) Passing st... (by Thomas1965)
|