by xxFxx
stack using double pointer
|
|
[no replies]
|
by benestra
exercise
|
|
[4 replies] Last: Agreed Jsmith :) (by DrChill)
|
by dddddfun
downloading .csv files using c++
|
|
[no replies]
|
by wtf
Mathematics question: determining size of key space of encryption cipher
|
|
[3 replies] Last: Read the part of the article on decryption. If you are choosing mod... (by Duthomhas)
|
by rvbman47
Bullet physics library
|
|
[4 replies] Last: If there is a solution to this, please tell me. All of the errors are ... (by rvbman47)
|
Timing in C++ |
|
[4 replies] Last: 60 FPS is where the game is updating at least as fast as the screen. ... (by Zaita)
|
by nabeel
Allocation/deallocation of variable length objects
|
|
[11 replies] Last: Now that I think about it, someType has to be a POD-type. It can't be... (by jsmith)
|
by arcadiu
Calculator
|
|
[13 replies] Last: There is no need to have all these variables: int subtractionOne; ... (by jsmith)
|
Placing an equation in a string and solving for it |
|
[2 replies] Last: You can see this example implementation of a calculator: http://www.re... (by Bazzy)
|
by wtf
How should I market my program?
|
|
[12 replies] Last: That theory pretty much sums up Wal-Marts success too. Full of trash,... (by wtf)
|
by ren
strcpy versus = operator
|
|
[3 replies] Last: main is supposed to return int. And also, why are you using malloc and... (by Chewbob)
|
by steffen
Segmentation fault
|
|
[2 replies] Last: Hey, yeah, that helped. I feel so stupid. Thanks so much for pointing... (by steffen)
|
by markrezak
Count word,Count how many times it is used in a text
|
|
[1 reply] : Show your efforts and you'll get help http://www.cplusplus.com/forum/... (by Bazzy)
|
by privs
date comparison
|
|
[1 reply] : look into boost's date time library http://www.boost.org/doc/libs/1_4... (by R0mai)
|
by hellis
unkown character error?
|
|
[1 reply] : You can't #include a library like that. Just remove the #include of ... (by jsmith)
|
by elly
float long comparison
|
|
[6 replies] Last: @rvbman: Two things. In C++, "floating point" constants such as 0.... (by jsmith)
|
by ajitm
how to call stored procedure in c++ using odbc
|
|
[2 replies] Last: hi i am using odbc and c++ to call sp_rename procedure in sql server... (by ajitm)
|
by Geinbits
E_NOTIMPL error with IActiveDesktop
|
|
[3 replies] Last: I needed to do it as I plugged the code into an old project that I use... (by kbw)
|
by DBarzo
Strange operator overloading
|
|
[4 replies] Last: Simple, doesn't it? :-P Thanks helios! Daniele. (by DBarzo)
|
by CATCH3624
Using Struct
|
|
[5 replies] Last: Your program is written to read from a file, "cars.dat", and write to ... (by dfarmer)
|