by RotciV
expected primary-expression before
|
|
[5 replies] Last: If it is created in another function, that means that it is local to t... (by Ispil)
|
by fanliver
Size of std::forward_list
|
|
[1 reply] : The proposal by which it was added to C++ was http://www.open-std.org/... (by Cubbi)
|
by Dakiaiu
Network programming?
|
|
[5 replies] Last: thank you everyone! ^_^ (by Dakiaiu)
|
by AhmadMough
Help please
|
|
[no replies]
|
by novellof
Private Global Variable to Class?
|
|
[8 replies] Last: What does your code look like? (by ResidentBiscuit)
|
by jameshearts
A quick question on my code.
|
|
[4 replies] Last: Note: You have a recursive function. You could have a while loop inst... (by keskiverto)
|
by Victor89
Interface Class
|
|
[1 reply] : If I understood correctly an interface class is an abstract class tha... (by kbw)
|
Inflation calculation for two years code <Need Help> |
|
[1 reply] : 1) Please use code tags to make your code readable: http://www.cplus... (by MikeyBoy)
|
by prestokeys
Stuck on a metaprogramming problem
|
|
[2 replies] Last: template <int KEY, int... RANGE> struct Map {}; // one-to-many map (m... (by JLBorges)
|
by RotatingAxis
"A custom array class", and "dynamic array vs. dynamically allocated array"
|
|
[4 replies] Last: All right, thank you. (by RotatingAxis)
|
by anhnha
Function passed by pointers or reference
|
|
[11 replies] Last: According to the function prototype, I think it should be passed a and... (by anhnha)
|
by oleg9419
Virtual Table
|
|
[3 replies] Last: a->A::A_virt2(); will call A::A_virt2() no matter what class the o... (by Peter87)
|
by wdpats
Why is thi not working?
|
|
[4 replies] Last: The problem you are having is that "Baby Oil" contains a space. When ... (by doug4)
|
by wh1t3crayon
Getting vector with a pointer
|
|
[3 replies] Last: I solved it using a method I am using to pass another object around to... (by wh1t3crayon)
|
by judo11
ignoring problem in C++
|
|
[1 reply] : Your snipped is not complete, so it's hard to follow your operations. ... (by hellhound)
|
by rdeleon6
Dynamic Allocation for Arrays
|
|
[1 reply] : Please use code tags when posting code, to make it readable: http://w... (by MikeyBoy)
|
by SaQi
How to move a ghost in PacMan game randomly around the maze?
|
|
[2 replies] Last: I have done it but still it follows the same path :( (by SaQi)
|
by VibeNFlow
Sort Function won't work
|
|
[1 reply] : while(check == true) { if (n == p) { n = 0; m... (by Ispil)
|
by primem0ver
Can I have a class member variable that points to a function in another class?
|
|
[1 reply] : > The goal to create a button class that holds the function > that is... (by JLBorges)
|
by JDS
Compiler help
|
|
[3 replies] Last: You see all those functions that it is giving you an error for? The co... (by Ispil)
|