expression must have a constant value - second subscript value in field |
|
[10 replies] Last: [quote=andywestken]vc2008 doesn't support C++0x, but gcc does (support... (by closed account zb0S216C)
|
Linked List search |
|
[2 replies] Last: ah yes, putting those brackets in made me realise i dont want to actua... (by hastingsdirect)
|
by david112
Can class B inherit a friend function from class A ?
|
|
[8 replies] Last: I got it , you can access the inherited fields that B got from A , but... (by david112)
|
Favorite part of C/C++ |
|
[14 replies] Last: I know this sounds silly but I like functions even though functions ex... (by TheMassiveChipmunk)
|
reference return type |
|
[11 replies] Last: well I am glad you brought up some of those issues, especially about e... (by closed account zwA4jE8b)
|
by James Grider
Help With .txt Files
|
|
[7 replies] Last: Yeah that works too! I appreciate your help! I'm going to use your me... (by James Grider)
|
by SUPERFLY
cannot instantiate abstract class?
|
|
[4 replies] Last: I understand from a design point of view that only a student has a pro... (by anonymous23323124)
|
by david112
Template problem
|
|
[4 replies] Last: No. What is 'zero'? Zero can be assigned to an int, a bool, a pointe... (by quirkyusername)
|
by Null
Question about constructor
|
|
[3 replies] Last: I found a way to check what's going on class MyClass { protected: ... (by Null)
|
by zawii87
C++ TCP client application help required.
|
|
[3 replies] Last: Are you getting errors when you compile? Are you getting run-time err... (by kooth)
|
reading from xml file need HELP |
|
[no replies]
|
displaying address instead of data |
|
[2 replies] Last: i was making the error of not actually saying what data i wanted from ... (by hastingsdirect)
|
by aprillate
HELP!!! exception: std::bad_alloc at memory location dbgheap.c
|
|
[5 replies] Last: yes indeed i forgot delete rx; as for the letters, they are const glo... (by aprillate)
|
The variable 'idata' is being used without being initialized. |
|
[5 replies] Last: it just needed a idata = new proceedingsBook; (by hastingsdirect)
|
by Muhasaresa
C++ Decryptor
|
|
[10 replies] Last: Thanks everyone for your help. I appreciate it! Muhasaresa (by Muhasaresa)
|
by tshultz
iterator to template map
|
|
[2 replies] Last: Denis, thanks a lot. I works. (by tshultz)
|
by Nisheeth
Outputting Special Characters in the console (1,2)
|
|
[20 replies] Last: I guess that the file would have to be saved in UTF-8 since I didn't s... (by Nisheeth)
|
by brokenbot
Header && source file troubles
|
|
[14 replies] Last: dang I really liked 2de as an identifier. Why not e2d? ;P Umm wh... (by Disch)
|
by fsshl
need help on virtual class
|
|
[1 reply] : One bottle has acid. Another bottle has orange juice. Drink the conten... (by ne555)
|
by namcs
Speed of 1D array reading
|
|
[3 replies] Last: Thanks jsmith, could you please explain more? I'm not sure how to do i... (by namcs)
|