Linear Search |
|
[3 replies] Last: Remove the } you have before those lines (by Bazzy)
|
by davinci
QString::toWCharArray error LNK2019
|
|
[11 replies] Last: Goto the project settings in VS and uncheck the Treat wchar_t as a bui... (by jmnemonic)
|
by NickPaul
General Programming Q - Is this bad?
|
|
[1 reply] : 1) It's not bad and it shouldn't slow down the program 2) See http://... (by Bazzy)
|
by NickPaul
Overloading Operators
|
|
[7 replies] Last: Excellent! Thanks so much :) Nick (by NickPaul)
|
by acct456
Two Dimensional Arrays.
|
|
[3 replies] Last: You can use cin >> int >> char >> int so that the two ints would rea... (by Bazzy)
|
by Progesco
append node to list
|
|
[3 replies] Last: thank, it worked (by Progesco)
|
by joeriMJ
reading from file problem
|
|
[1 reply] : What is m_pnaam? I don't see what could it be other than a char*, but... (by hamsterman)
|
by lilydjwg
non-local function...uses anonymous type
|
|
[4 replies] Last: The links help a lot. Thank you. (by lilydjwg)
|
by spazamatic2
Structures and Records
|
|
[3 replies] Last: Thank you! That helped so much. I am going to go give it a try and see... (by spazamatic2)
|
by janderz
if statement problem
|
|
[1 reply] : I'm no expert but I can diagnose some basic errors: You cannot just r... (by tummychow)
|
by akayrak
Same pointers but not same values
|
|
[no replies]
|
by TJohnston
Adding characters to the front of strings
|
|
[5 replies] Last: Problem solved, thanks. (by TJohnston)
|
by Vit
Class variable problem
|
|
[3 replies] Last: Yes, you could do that. Define the class in the header file and imple... (by Mike W)
|
by ansline6788
word count
|
|
[2 replies] Last: Please use [co de] tags (by Bazzy)
|
by Progesco
Sort object in a list
|
|
[3 replies] Last: Elements can be swapped, given suitable iterators. (by kbw)
|
by robezy
Doubt about stack with head and tail pointers.
|
|
[3 replies] Last: Classically, there are two major heap management errors. Not freeing ... (by kbw)
|
by DBarzo
Inherits from abstract classes
|
|
[2 replies] Last: You're right! Thanks. Daniele. (by DBarzo)
|
by sam16
Open Directory and reading Files using C++
|
|
[1 reply] : Probably either because the function can't accept a relative path, or ... (by Disch)
|
by award982
How to get time and date from system
|
|
[1 reply] : It is plenty of instructions and code examples http://www.cplusplus.c... (by Bazzy)
|
by gcampton
Can't fix this error...
|
|
[2 replies] Last: ahh, thanks.. I took out the constructor args, forgot to delete the br... (by gcampton)
|