by blindsiner
List of C++ compilers
|
|
[1 reply] : The official compilers list for this website, which focuses on all the... (by tummychow)
|
by Duthomhas
compiler support for partial template specialization
|
|
[2 replies] Last: Yes, I had looked at that, but I'm not so sure it is very complete. Bo... (by Duthomhas)
|
Tic-Tac-Toe error |
|
[7 replies] Last: Heres a Tic-Tac-Toe game I made with A.I. awile ago, dodnt know if it ... (by blindsiner)
|
by kenshin143
Classes and 2D arrays
|
|
[5 replies] Last: Thank you for clearing that Up...i've been programming in c++ for 4 ye... (by Seraphimsan)
|
Comparing portions of strings? |
|
[2 replies] Last: Ah, I forgot all about substr! Thanks! (by psychocowtipper)
|
by william
project
|
|
[3 replies] Last: I know that part but how can we count the hit times in order to make o... (by william)
|
hangman |
|
[5 replies] Last: Also, a big ass array like that on stack isn't the best way to go. The... (by closed account S6k9GNh0)
|
by fixmybug
goto statement
|
|
[8 replies] Last: Yes. (by chrisname)
|
by hockleong
can someone use a bubblesort function on my project ?
|
|
[6 replies] Last: I can argue with you too, because our algorithms are different. Jus... (by closed account 1yR4jE8b)
|
by tomararun
method overriding -text save function
|
|
[2 replies] Last: yes, it got corrected..but can u tell me why was it wrong? (by tomararun)
|
by olredixsis
PC-Lint
|
|
[3 replies] Last: Actually I don't have the PC Lint installed now, but I remember that i... (by Denis)
|
by Onanymous
address in-class enum
|
|
[3 replies] Last: according to OOP conceptions yes, it's a good style(it's encapsulation... (by Denis)
|
by somshekhar
Heap Corrupted in Writing to file(Urgent )
|
|
[2 replies] Last: refer to the topic http://www.cplusplus.com/forum/general/19143/ (by somshekhar)
|
by lipun4u
advantage of static_cast
|
|
[8 replies] Last: This is quite weird. C++ never stops to suprise me. BTW, using stat... (by Abramus)
|
by vexiked
Triangulation
|
|
[1 reply] : There isn't enough information given to really tell... (by Seraphimsan)
|
Delcaration syntax Error |
|
[7 replies] Last: kk, Soo, You're still making the exact same mistake. You can't impleme... (by Seraphimsan)
|
by Seraphimsan
print string function
|
|
[6 replies] Last: heh, nevermind, no use. I'm gonna use a template function I wrote to r... (by Seraphimsan)
|
by geoldr
Random words from file
|
|
[3 replies] Last: what I would do is use the function getline, or simply get, and pull i... (by Seraphimsan)
|
by JesusFan
Math Question
|
|
[8 replies] Last: Here is the implementation. for(int i=0; i<iSteps; i++) { float ... (by JesusFan)
|
by tnngo
Reading from file into multidimensional array
|
|
[no replies]
|