Segmentation fault in destructor. |
|
[11 replies] Last: This code: m_matrix = reinterpret_cast<node**>(new node ); for(... (by jsmith)
|
by gaisselick
Find specific datas
|
|
[3 replies] Last: string::find() does not return a boolean value. (by PanGalactic)
|
by jfq722
A little guidance please.....
|
|
[2 replies] Last: 1. No, MFC is... Well, I'm not sure what it is, so I'll just quote Wik... (by helios)
|
by amanyasin
To convert my code as a header file...
|
|
[3 replies] Last: ? I'm not sure what your trying to do ? #ifndef _INDEPTEST_H # ... (by closed account S6k9GNh0)
|
by poolet
my pi problem
|
|
[2 replies] Last: Thanks your advice my friend......... i have another code but i don... (by poolet)
|
by sayerszero
Inheritance
|
|
[5 replies] Last: A prime example of something that works (i.e. something that a compile... (by DaveMortimer)
|
by LeviZhou
new/delete issue
|
|
[2 replies] Last: Right, excuse the ugliness of the construct below, but as Helios says ... (by jfq722)
|
by rivera571
I DONT UNDERSTAND THIS!!!! need answers
|
|
[5 replies] Last: Also - what's with the virtual inheritance? For example - why clas... (by guestgulkan)
|
by enigmatix
DLL Class Headers
|
|
[4 replies] Last: Ok, I got it working that way. I was having errors before which made ... (by enigmatix)
|
by Leonard
<vectors> vs. arrays
|
|
[2 replies] Last: if you compare arrays with vector.. you may not find any advantages of... (by writetonsharma)
|
by amanyasin
Passing multidimensional vector to function
|
|
[2 replies] Last: Thanks, now it is working. (by amanyasin)
|
by kk84
Converting a single char to integer
|
|
[7 replies] Last: so you have array which is storing the numbers... if i am correct.. ... (by writetonsharma)
|
by daevashiara
Inserting Object into a List
|
|
[5 replies] Last: Why use char when C++ has this perfectly good string type? "perf... (by Disch)
|
by gobills
Weird issues
|
|
[4 replies] Last: I'm not sure what you mean by code tags. When I compile it opens up a ... (by gobills)
|
by Mythios
Any possible way of doing this?
|
|
[2 replies] Last: Awesome, I didn't think it was possible but I just wanted to make sure... (by Mythios)
|
by rajesh msen
visual studio
|
|
[6 replies] Last: You are very welcome. Rajesh (by ibama)
|
by haku776
New projects in Visual C++ 2008 Express
|
|
[8 replies] Last: I do not get what you mean. Post a link? I'll try GCC, but at the mome... (by haku776)
|
by firedraco
Weird function pointer problem...
|
|
[6 replies] Last: Funnily enough, that is what I was looking at for a reference. (by firedraco)
|
by Judicator01
Issues implementing a skip list (so far just insertion)
|
|
[1 reply] : In the skiplist constructor, do you really want head to have a rando... (by Hammurabi)
|
by spoodlz
"Supposedly" easy program not working... With no errors
|
|
[5 replies] Last: It is explained in the link I posted earlier: it makes the console win... (by Bazzy)
|