by Matze74
How do i get a std::shared_ptr from "this"
|
|
[2 replies] Last: Thank you! This helped a lot and it works fine! Btw: after i posted m... (by Matze74)
|
NEED HELP |
|
[4 replies] Last: @MiiNiPaa Okay, so I have finally got it to work but I can't test out ... (by FrankMcDonald)
|
by programin33
Loop sentient value help
|
|
[5 replies] Last: ( (yw!=0) || (yw<0) || (yw<99) ) is always true. yw!=0 is true for ... (by dhayden)
|
by Meme123
I really need help ! C++
|
|
[7 replies] Last: I tried to do the first problem, there is an error but, I don't know w... (by Meme123)
|
by Falke88
Invalid conversion from "const char*" to "char"
|
|
[1 reply] : "X" is a string (const char*). It has two characters: 'X' and '\... (by Stewbond)
|
by binaryamg
C++ Boolean question
|
|
[1 reply] : Have a temp int variable set to the first value of the array and anoth... (by Stormboy)
|
by shamieh
BubbleSort Complexity
|
|
[11 replies] Last: nvm, i figured it out. (by shamieh)
|
by phocus
Help understanding a piece of code
|
|
[3 replies] Last: Please do not delete your posts. It prevents other users with similar ... (by MiiNiPaa)
|
by Alby94
std::move
|
|
[3 replies] Last: [quote=Smac89]moved, they are copied. They are moved. It is just they ... (by MiiNiPaa)
|
by SrgjanLDTeam
How do you calculate maximum value of bit values?
|
|
[5 replies] Last: 1275 requires log2(1275) ≈ 10.3163 — 11 bits or rounded up - 2 byt... (by MiiNiPaa)
|
The use of delete |
|
[5 replies] Last: Another way vector <Exemplaire> list; list.push_back(Exemplaire(test... (by ne555)
|
by looking4hlp1
need help with discount code??
|
|
[8 replies] Last: i am not doubting your skill by any means i am just trying to figure ... (by Codermik)
|
PLEASE HELP HAVING ISSUES WITH A EXERCISE |
|
[4 replies] Last: You are correct Softrix. The then was meant to be commented out and te... (by unsensible)
|
by enemy
"invalid conversion from 'char (*)()' to 'char'" ???
|
|
[3 replies] Last: But, what in the program was that complier ment with the expression c... (by MikeyBoy)
|
by binaryamg
to print out an array
|
|
[1 reply] : What you're printing is the memory address of the array and not the va... (by unsensible)
|
by Ch1156
what does this mean and how would i write it in C++
|
|
[1 reply] : std::cout << "SDL could not initialize! SDL_Error: " << SDL_GetError... (by MiiNiPaa)
|
How many bits are in these type? |
|
[1 reply] : Characters are guaranteed to be 1 byte each, so, the first string is 2... (by S G H)
|
by enemy
line with cout countaining text and function-is execution SPLIT???
|
|
[4 replies] Last: So, it means, it just depends on compiler, what he woudl respect as a ... (by enemy)
|
by Huppa
I need major help with For Loops
|
|
[1 reply] : A for loop will not work in this situation because you don't know how ... (by unsensible)
|
by enemy
dYNAMIC MEMORY- need help!!!
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/126047/ (by enemy)
|