by wtf
How can I override the assignment operator for my class to allow for the assignment as 0 (or NULL)?
|
|
[5 replies] Last: thanks I got the idea now. (by wtf)
|
by DaPasta
while loop does not work
|
|
[5 replies] Last: Dapasta! You know that "-----" is use to print any thing on screen and... (by Waqas786)
|
by Nisheeth
Some help with for loop
|
|
[3 replies] Last: Nisheeth!I think you know that loop executes until the condtions remai... (by Waqas786)
|
by Etumalam
Opening any file extention
|
|
[1 reply] : open means what? open a stream for reading or open as in open mp3 and... (by writetonsharma)
|
by TexanMonkey
What is a header file?
|
|
[1 reply] : Header file is a text file. The text is C++ code, of course. Technical... (by hamsterman)
|
Sorting List |
|
[8 replies] Last: Thanks for the reply fun. Yes I've changed my entire code to use NULL... (by ecstasyaeternus)
|
by codrgi
finding length of string/int?
|
|
[1 reply] : If by "count the length" you mean find out the number of digits a numb... (by webJose)
|
by eidge
Pointer to 2D Arrays
|
|
[7 replies] Last: When I said "something like this" I gave a bad example as a note can b... (by eidge)
|
by rastroh
why warning: not all control paths return a value?
|
|
[4 replies] Last: I made those changes and ran it again then got this crazy error that s... (by rastroh)
|
by xXmusicmanXx
storing input
|
|
[8 replies] Last: that worked! Alas, it was such a simple solution....I will mark this p... (by xXmusicmanXx)
|
Question on Best Practice regarding set and get method in class composition... |
|
[8 replies] Last: What is the best practice to modify the value variable of a classC ob... (by ne555)
|
by RialnisMada
Making Choices RPG
|
|
[5 replies] Last: I haven't got much experience, but I can learn about it. I'll definit... (by RialnisMada)
|
by Sektor
Problems with pointers
|
|
[2 replies] Last: Oh, thank you for helping me, after to read your comments i double che... (by Sektor)
|
by Nisheeth
Overloading Operators
|
|
[7 replies] Last: Thanks for all the help! (by Nisheeth)
|
by vbaswant
sorting vector storing TIME
|
|
[4 replies] Last: Thanks Athar :) (by vbaswant)
|
by joatmon
Verifying Integer Input with a function call
|
|
[4 replies] Last: I did modify Zaita's code. Just skip over the advanced bits and look ... (by wtf)
|
by tonnot
I need global access to some variables, how ?
|
|
[5 replies] Last: Another option is to create a "singleton" object. That is, throughout ... (by Moschops)
|
by spra1323
what is _NO_PROTO
|
|
[2 replies] Last: thanx moschops ... (by spra1323)
|
by jontyl
Buffer Overrun in simple program
|
|
[5 replies] Last: Your compiler should have generated a lot of warnings like: warning: ... (by Athar)
|
by Rox
Iterate over a list of objects
|
|
[8 replies] Last: Sorry, forgot to mention in my previous post that I solved it by decla... (by Rox)
|