by amitk3553
dynamic array/pointer
|
|
[12 replies] Last: unsigned int *hci_buffer = new int {}; //Means need to add {} at the ... (by S G H)
|
Cannot define a class (unknown type name 'class' |
|
[1 reply] : There's nothing wrong with that blueprint. You'll have to post the ac... (by Disch)
|
by JohnJH
Overload operator for Car class
|
|
[1 reply] : Duplicate thread here: http://www.cplusplus.com/forum/beginner/121277/... (by Catfish666)
|
by alexfs94
How to sort 2D arrays in C++ ?
|
|
[1 reply] : > How to sort 2D arrays in C++ ? #include <iostream> #include <itera... (by JLBorges)
|
by asdlkjqweo
What sorcery is this?
|
|
[5 replies] Last: The type of a string literal is ' array of const char ' #include <io... (by JLBorges)
|
by DELB
Getting errors for IndexOf function
|
|
[2 replies] Last: Thanks man. (by DELB)
|
by fahmankhan75
.net framework
|
|
[3 replies] Last: Nope it wasn't and it was good explanation :) Just wanted to get a nov... (by fahmankhan75)
|
by bookLearnin
finding perfect cubes :)
|
|
[1 reply] : You ran into some floating-point inaccuracies. pow((double)64, (doub... (by long double main)
|
by feare56
question about class
|
|
[9 replies] Last: @xismn Ok, that will do it! Thank you all! (by feare56)
|
by tomplusplus
were to start with graphics and c++?
|
|
[2 replies] Last: http://www.cplusplus.com/faq/intro/#gui (by Duthomhas)
|
by musicgold
"xyz does not name a type" error
|
|
[1 reply] : C++ is case-sensitive. This means that class and Class and CLASS ... (by Catfish666)
|
by DELB
GetTickCount() memory question
|
|
[3 replies] Last: Oh, I see. However, what bit of that class prevents it from going to ... (by DELB)
|
by NheloAngelo
Problems with linked lists
|
|
[1 reply] : If you are going to set a variable to null or initialise the variable ... (by Smac89)
|
by mato9099
Finally enter the distance from Lofty to the tree to the nearest foot
|
|
[1 reply] : [quote=mato9099]What I don't understand is why the last input haven't ... (by Smac89)
|
by ndrobey
App audio
|
|
[no replies]
|
by Sharan123
SDL setup problem
|
|
[no replies]
|
Specfic program crashing |
|
[1 reply] : Randomizing is super easy. #include <random> //Library for random n... (by Mats)
|
by Mixelplik
Declaring a multidimensioal array with variables?
|
|
[2 replies] Last: The problem is that you can't declare an array with dynamic size. To d... (by Mats)
|
by Fuzz
Reading and writing files and examining characters
|
|
[4 replies] Last: Ignores whitespace, requires input file to be redirected to the progra... (by Smac89)
|
by feare56
console game
|
|
[6 replies] Last: @feare56 No, i didn't change anything else, just added the include. I... (by whitenite1)
|