by Lee125
Functions
|
|
[3 replies] Last: I just forget about the reference. Now I realise about value of x. Sor... (by Lee125)
|
Changing syntax highlighting in editor |
|
[1 reply] : It is using binary search to find the word. If you want to add new wor... (by ne555)
|
by Lee125
Operator ::
|
|
[4 replies] Last: Oh. I see now. Whenever we declared in the local but by putting :: wil... (by Lee125)
|
by Lee125
Static and automatic variables
|
|
[2 replies] Last: Ok thanks for that link fabtasticwill. When we declared x as the stati... (by Lee125)
|
Matching two different variables in a structure |
|
[8 replies] Last: Andy's code lets you enter the male and female participants, but it do... (by dhayden)
|
by theanswer
Tree problem
|
|
[4 replies] Last: How would you find the size of longest path in tree? This is a diffe... (by dhayden)
|
by nekocode
Data storing method
|
|
[no replies]
|
by skorefish
extra long numbers ?
|
|
[3 replies] Last: > Which of the 2 do you prefer, and why? Whichever makes code easier ... (by JLBorges)
|
by glockner
Year Born Program
|
|
[6 replies] Last: @ Code Apprentice Sure, that's fine. At least the idea has been ment... (by TheIdeasMan)
|
by rcandrei
Hi, need an explanation for a simple program
|
|
[4 replies] Last: age is an integer; we can compare it with an integer eg. if( age ==... (by JLBorges)
|
by atro
New to programming
|
|
[11 replies] Last: To get it clear, to make a function , 1) Specify return type, if none... (by Code Apperentice)
|
by feare56
SFML drawing
|
|
[1 reply] : You can post this in the SFML forum: http://en.sfml-dev.org/forums/ A... (by Aceix)
|
rotate a set of random points |
|
[7 replies] Last: I think that you have a + where there should be a - and that is not th... (by keskiverto)
|
by xiaolifeiti
Why the conditional expressions need a bracket
|
|
[2 replies] Last: Thanks for JL Borges's hlep, got it! (by xiaolifeiti)
|
by csharp
help in writing a class
|
|
[11 replies] Last: The Student ctor(s) and the setNumber mutator all make sure that numb... (by csharp)
|
by marzdor
Reading Specific Parts of a Text File
|
|
[4 replies] Last: good point so it would have to be more like this. while ( getline ... (by marzdor)
|
by Xalendi
Making a constructed language translator.
|
|
[5 replies] Last: If you list the rules/show some code I am sure we could try and help e... (by giblit)
|
by DAoliHVAR
ISO C++ forbids variable length array 'k' [-Wvla]|
|
|
[9 replies] Last: std:: vector<int> asda; And notice that your header does not uses... (by MiiNiPaa)
|
by skorefish
pointer 2 class member function??? how
|
|
[2 replies] Last: hey thanks a lot. :-) I implemented the array. So I post it to share ... (by skorefish)
|
by StrangeOne
When an audio file has finished
|
|
[no replies]
|