by Craigst
Want to say Hello
|
|
[no replies]
|
Allocating normal variables (int ?) ? |
|
[3 replies] Last: It work. Exactly like it should. What your problem with it? If you wa... (by MiiNiPaa)
|
by Khillz3000
Switch not working
|
|
[5 replies] Last: I wouldn't do this with switch at all. If you always go into the INITI... (by Serious Sam)
|
by Disk0rd
Core dump after using memcpy
|
|
[2 replies] Last: Also when you will try to modify your board later, you will modify str... (by MiiNiPaa)
|
by Hercules
Cannot find the error
|
|
[2 replies] Last: As MiiNiPaa has said, the function returns a pointer to a variable whi... (by xismn)
|
by dvvahe
sort algorithm
|
|
[3 replies] Last: 10 1 01 0→0 11 1 00 →000111 Also I did not find any mentions tha... (by MiiNiPaa)
|
by Sgreen
Loss of integer
|
|
[11 replies] Last: #include <iostream> using namespace std; int timeDifference(int, in... (by Maharaja)
|
by lazsers
bool true/false print out
|
|
[3 replies] Last: You can also do std::cout << std::boolalpha; or std::cout.boolalpha... (by giblit)
|
The point to using classes |
|
[6 replies] Last: I want to add I totally can relate and that trying to get why OOD (obj... (by Bdanielz)
|
by Omega11
Help in porting C to python
|
|
[2 replies] Last: Thanks! Can you port it to python? (by Omega11)
|
by s2734d512
[Win 64] confused with constructors
|
|
[3 replies] Last: sorry about it, I have formatted my code :P (by s2734d512)
|
No match for operator error. |
|
[9 replies] Last: Well, it seems as though either the book hasn't explained things very ... (by Chervil)
|
Does memory address changes ? |
|
[2 replies] Last: They change ,you don't have to care about them and that's one of the b... (by a k n)
|
by serrld113
storing variables function
|
|
[6 replies] Last: thank you so much!! that solves everything (by serrld113)
|
by mattarrules
Pokemon code help
|
|
[2 replies] Last: Thanks for the help! But i was wanting something using the headers i h... (by mattarrules)
|
by hinesro
How to iterate through a vector
|
|
[3 replies] Last: Wow, thank you for putting so much work into answering this! I would h... (by hinesro)
|
by Csengstack
HELP ME
|
|
[2 replies] Last: line 20 or 22: double salary1, salary2, salary3, salary4, salary5; ... (by closed account jvqpDjzh)
|
by Mordynak
Cplusplus Tutorial
|
|
[1 reply] : Probably something have changed, I might say. But of course the core o... (by closed account jvqpDjzh)
|
by Gameman
DirectX tutorial!!!!!!!
|
|
[2 replies] Last: OK (by Gameman)
|
by vicalroma
Linked list and delete code
|
|
[3 replies] Last: On line 19 you do access lead->id before you know that lead is not nul... (by keskiverto)
|