by Nobun
New/Delete with a Class that uses malloc (1,2)
|
|
[21 replies] Last: Probably I got the name only from my confusion. Thank for explainatio... (by Nobun)
|
by evanescence
[SOLVED]problems with an array
|
|
[3 replies] Last: thanks :) (by evanescence)
|
by Zee Bidds
operators
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/dynamic.html new is used to a... (by helios)
|
by Zee Bidds
Data Types
|
|
[6 replies] Last: Hey thanks both of you for your help. Much appreciated. (by Zee Bidds)
|
by bmcutler
CLASS SONG ERROR
|
|
[1 reply] : ofstream ofile("song.out"); ofile << song.title << endl; ofile <<... (by psault)
|
by afraidofdark
I cannot trace my pointer
|
|
[2 replies] Last: thank you, it is working now. (by afraidofdark)
|
Assitance with Simple Link List |
|
[14 replies] Last: Thanks guestgulkan, I move to fast, one of m major flaws, and found th... (by William McHugh)
|
by chuiy
strange error when iterating through a data array
|
|
[3 replies] Last: Well your approach to header and variable inclusion is most novel and ... (by guestgulkan)
|
by ejubenville
How do I emulate fsync with ofstream?
|
|
[4 replies] Last: Thanks for the link to the info on _commit. That's the equivalent of ... (by ejubenville)
|
by brentc628
Code has nothing I can find wrong, but still won't work.
|
|
[2 replies] Last: Thanks, I never would have done that, I was under the impression that ... (by brentc628)
|
by jrohde
#pragma comment in Dev-Cpp
|
|
[1 reply] : #pragma directives depend on the compiler, #pragma comment() is fo... (by Bazzy)
|
by nandlald
Can't compile in Debug but can in Release!!!
|
|
[2 replies] Last: Change the compile options of your file to just run the pre-processeso... (by kbw)
|
by bmcutler
CLASS: SONG
|
|
[2 replies] Last: You've written the default constructor twice: Here: //Implement a c... (by guestgulkan)
|
What's the difference |
|
[4 replies] Last: That explains a lot. Thanks (by catch patrick)
|
by cypher51
fastest way to XOR 2 arrays of boolean?
|
|
[11 replies] Last: Assumption is the mother of all f*ck ups Haha that made me laugh ... (by Mythios)
|
by jtchil0
Vector of Template
|
|
[2 replies] Last: But that doesn't solve the original problem. Once a B<T>* is casted t... (by jsmith)
|
by ishii
Please find out errors and correct the code please
|
|
[3 replies] Last: Additionally, you need to walk through this code very carefully and as... (by seymore15074)
|
by pchahar
default value for templates
|
|
[11 replies] Last: I'm not sure for the data types. Hence, the issue is still open with ... (by pchahar)
|
by guykun
Transparent TextBox
|
|
[3 replies] Last: Ask on Win32 ng news://comp.os.ms-windows.programmer.win32 for the ... (by george135)
|
by gundalav
How to iterate and print Boost Ublas' Vector
|
|
[1 reply] : You forgot the comparison, v1.size() is always true. (by kbw)
|