by Laveer
Reading a String
|
|
[5 replies] Last: Store it in a string. string url="http:\\www.google.com"; I'm not a ... (by roberts)
|
by hentaiw
neglect character's mark
|
|
[6 replies] Last: If you want to be general, use a library such as ICU ( http://icu-proj... (by Cubbi)
|
by pulkitsharva
how to find value of (3^6)+(a^a)?
|
|
[1 reply] : Duplicate of http://cplusplus.com/forum/beginner/60615/ (by Stewbond)
|
by hooshdar3
What's the error?
|
|
[2 replies] Last: OK thank you.I corrected the fault, but now the problem is that it do... (by hooshdar3)
|
by Smoke
Why hide pointers?
|
|
[10 replies] Last: Its about responsibility. A bare pointer has no responsibility. Ther... (by mik2718)
|
Portable file association library ? |
|
[1 reply] : I don't know of any library (it seems likely that one exists, though),... (by Athar)
|
by Johnb5
Almost Done..
|
|
[9 replies] Last: You can use the switch case statement instead of if else statement as ... (by bluecoder)
|
by alucard33592
programing question
|
|
[3 replies] Last: well I kinda dont have a callback O.o I'm pretty new to C++ and to ans... (by alucard33592)
|
by a27Stealth
My program isnt looping
|
|
[16 replies] Last: The dh and dm and ds are there because of the problem I was having. As... (by a27Stealth)
|
by ppcandy
how to make my searching matrix faster faster ??
|
|
[7 replies] Last: If the same matrix is being searched multiple times with different que... (by mik2718)
|
by chrisben
can I reinterpret any 8 letters word to a number?
|
|
[5 replies] Last: thanks. I asked a dumb question :) (by chrisben)
|
by elad789
while the code doesn't compiles?
|
|
[2 replies] Last: Hi, Sorry for not using code tagging, this i my first post in this bl... (by elad789)
|
by Tatipu
Rational numbers help
|
|
[11 replies] Last: @ naraku No?! YES @ Tatipu He misunderstood your question. Insid... (by Duthomhas)
|
by Ziv Mhabary
vector<Vec3f>
|
|
[1 reply] : That's three different vectors. (by hamsterman)
|
by iHateBooks
Unexplainable funny error, LOL!
|
|
[2 replies] Last: Were the hell did the 4469712 code come from? It came from tt() . t... (by closed account 1vRz3TCk)
|
by Raust
Expected primary-expression before "char"
|
|
[4 replies] Last: @bluecoder : No space between = and = , should be "==" (without quotes... (by hentaiw)
|
by Ihminen
Dark GDK question
|
|
[3 replies] Last: Hi I need a sample code of FPS developed using dark gdk (by chaiein)
|
by iSo
Need help in Array Problem !!!
|
|
[2 replies] Last: Hello L B , I'm good now , thank you so much for your help : ) ...... (by iSo)
|
by rucafe
expecting a constant expresion
|
|
[7 replies] Last: ok I declared the phantom_res as global and I am not getting any error... (by rucafe)
|
by codermonkey
Playing sounds?
|
|
[1 reply] : You would use an audio library for this. Here's a good list: http:/... (by shacktar)
|