by ASid
Design Question - Choice of container
|
|
[3 replies] Last: That's quite alright. The fact that you showed enough insight to give... (by jsmith)
|
by ModShop
new/delete operators on class
|
|
[5 replies] Last: Thanks! Those pages are really helpful. The Flyweight pattern also loo... (by ModShop)
|
by kraigballa
Question about reading from Binary I/O file
|
|
[15 replies] Last: Basically, yes :) (by simeonz)
|
by amccorm
dynamic functions
|
|
[3 replies] Last: There is also boost::lambda. The syntax is slightly different. You m... (by jsmith)
|
by dtw103184
Any ideas on how to get an average with a loop
|
|
[4 replies] Last: NM fixed it woohoo (by dtw103184)
|
by ricomoss
error: invalid application of 'sizeof' to incomplete type
|
|
[4 replies] Last: I understand what went wrong. Thank you. (by ricomoss)
|
by chess
checking string (1,2)
|
|
[23 replies] Last: Thanks, simeonz. No more questions as yet. (by alfa333)
|
by neil86
pointers to vectors created outwith classes
|
|
[2 replies] Last: Now that's a word I'd never seen before (outwith). Google says it mean... (by filipe)
|
by r englund
retrun "jumps" up to a line above
|
|
[4 replies] Last: OMG, that embarrassing, I should have noticed that. Thank you very... (by r englund)
|
by picci
Using C++ Macro with arguments into a linked piece of code
|
|
[1 reply] : It's impossible to say without seeing the definitions of the macros. (by kbw)
|
by lacrim
I/O possible
|
|
[4 replies] Last: I'm using an older version of libmodbus actually, so i'm not used to t... (by bartoli)
|
by sirmark
How to copy bmp 8bit file
|
|
[4 replies] Last: I have found the problem, it's the palette. In the copy.bmp file ther... (by sirmark)
|
by nlnvcd
inheritance question
|
|
[4 replies] Last: Given your code class Base { public: virtual bool foo(){ retur... (by onur)
|
by andyn77
Problems with char*
|
|
[1 reply] : C-style strings have to be null terminated (with a '\0' or 0 character... (by Disch)
|
by sparcer
C++ Homework assignment Movie Recommendation
|
|
[10 replies] Last: Thank you so much for your time and help. I finally figured the pr... (by sparcer)
|
by jingoria
Scanning for input in a char array and popping out
|
|
[no replies]
|
by Deathly
Peculiar Memory Usage
|
|
[8 replies] Last: C++ must compile to executable form on numerous platforms (CPUs and op... (by PanGalactic)
|
by angelofsloth
optimisation of the program to reduce time of program
|
|
[1 reply] : Consider using a std::deque<std::string> to hold the list of words rea... (by jsmith)
|
by DMEW
Making a timer in C++ using child process
|
|
[3 replies] Last: You can use non-blocking I/O, or you could use select() on file descri... (by jsmith)
|
by viknesh316
MFC Dialog Based - GUI modification with text file
|
|
[no replies]
|