by supportms
Complex
|
|
[3 replies] Last: They're used when complex numbers are needed, of course.. (by hamsterman)
|
Sorting String array? |
|
[3 replies] Last: 1. Don't use arrays like that, it's wasteful. Use vectors instead. And... (by Athar)
|
by bombels
help with my recursive program..
|
|
[3 replies] Last: #include<stdio.h> #include<math.h> main( ) { int a, b; printf("En... (by bombels)
|
token to a multidimensinal array |
|
[1 reply] : Firstly, you're not using strtok right. You should only pass it sptr t... (by hamsterman)
|
by bobsakamano
help with my program
|
|
[7 replies] Last: you are quite welcome :) (by davidcpp)
|
by gladi
pointers with linkList
|
|
[2 replies] Last: I really really appreciate your helpful Luc Lieber. I just wish one t... (by gladi)
|
Why am I getting these error mesages? |
|
[5 replies] Last: Thanks shacktar! May god bless you! :) (by Abdul Hadi Zainudin)
|
by coolbran
Supplying txt files through the command line
|
|
[1 reply] : Duplicate thread: http://www.cplusplus.com/forum/general/50622/ (by shacktar)
|
Logic error in code |
|
[1 reply] : Have you considered using else-ifs? if (condition) { //Stuff } else... (by Albatross)
|
by gfedcba
Polymorphism Bug
|
|
[1 reply] : What's happening is that there's two objects named '_data' in each Def... (by helios)
|
by kcomp11
using c++ outputfile
|
|
[3 replies] Last: Sounds like a job for PHP. http://www.php.net/ (by closed account 3hM2Nwbp)
|
by kcomp11
outputfile
|
|
[3 replies] Last: thanks guy, sorry im new to this! (by kcomp11)
|
by JesusAlex
Network Programming - Where to start??
|
|
[1 reply] : Start with beej's guide, or shoot me an email =] http://beej.us/guide... (by ultifinitus)
|
by BRMV
how to split the date
|
|
[1 reply] : This might be helpful: http://cplusplus.com/doc/tutorial/basic_io/#cin (by Galik)
|
by jinjin12
why do IDE output window close?
|
|
[15 replies] Last: [quote=jinjin12]@douas, did you even read my topic? i said i already k... (by Duthomhas)
|
by joe58
C++ syntax issue
|
|
[2 replies] Last: Yes, that's Objective-C, which is one of C++'s cousins. It's... quite ... (by Albatross)
|
by stork exec
DIB to string (How to?)
|
|
[no replies]
|
by carebearboy
Looking for some input on gamemap
|
|
[13 replies] Last: Thank you all for your concern. I think I could have been a little mor... (by carebearboy)
|
by bboy212
linked lists and dynamic memory
|
|
[4 replies] Last: Ok that helps thank you. (by bboy212)
|
by aasaa
return const pointer
|
|
[1 reply] : can u please explain what is returned from this function? _sum. Th... (by Athar)
|