by Andrew2011
Asking for advice about interesting diagnostic rules for C/C++ code to implement in our tool
|
|
[2 replies] Last: Probably. I decided to ask this question in different places. It is im... (by Andrew2011)
|
by franknguyen
<Bad PTR> when reading CString from .bin file
|
|
[4 replies] Last: Thanks a lot, especially to Duoas, you guys rock. :D (by franknguyen)
|
read from file and put in array of one dimenstional and two dimentional matrix |
|
[no replies]
|
by code builder
in a i/o program are two arguments in the comd line the same as argv ?
|
|
[1 reply] : where the main function is: int main(int argc, char **argv) argc is t... (by Texan40)
|
by menewbie
Breaking the String into Tokens
|
|
[6 replies] Last: Hi Guys ! Thanks to Peter and coder helping, your help was very fruit... (by menewbie)
|
by negus
comparison of permutations
|
|
[4 replies] Last: Right, sorting the words out will make it much simpler, thanks a bunch... (by negus)
|
by code builder
How do I test my C++ code for an .exe Better explanation before
|
|
[1 reply] : what exactly is PORTB? (by coder777)
|
by joeyhowes
really struggling
|
|
[6 replies] Last: Hey Joey, you'll get a lot more help and understanding if you post som... (by Duthomhas)
|
by mini20071985
error C2552: 'MyConfigVariables' : non-aggregates cannot be initialized with initializer list
|
|
[9 replies] Last: L B, thanks for the reply. Yes you are right _WIN32 is compiler defi... (by mini20071985)
|
by edwardnigma
Proceedural program
|
|
[9 replies] Last: Thanks very much ! It has cleared up that issue and now I've just got ... (by edwardnigma)
|
by LifeFiber
A simple question
|
|
[2 replies] Last: Thank you , i will give a try now. (by LifeFiber)
|
by John McCrary
Super Noob question about c++ initializer
|
|
[9 replies] Last: > why can't the compiler just say take away the >>endl; It would hane... (by JLBorges)
|
String matching algorithms |
|
[2 replies] Last: thank you, i did it in first place, but was not satisfied/couldnt unde... (by SirSmilesaLot)
|
by kfriede
Error reading in string from file
|
|
[6 replies] Last: Moorecm, You sir are a lifesaver. That was perfect, thanks! (by kfriede)
|
by Rhys64
Unhandled Exception
|
|
[1 reply] : There is a significant difference between char and char*: char: (%c)T... (by SirSmilesaLot)
|
by incremental
C++ Event Handling
|
|
[no replies]
|
by mzimmers
alternative to nested #define statements
|
|
[6 replies] Last: Agreed. I think I'll just tough it out and manually populate the array... (by mzimmers)
|
Allocate at specific address |
|
[2 replies] Last: I'd say mmap() with MAP_ANONYMOUS is a bit closer to VirtualAlloc() th... (by Cubbi)
|
by Invader2010
how to display an image?
|
|
[13 replies] Last: Some advice: Stick to the course requirements and forget the fancy gra... (by Duthomhas)
|
by giannhssdra
Multithreading with Cilk
|
|
[1 reply] : The manual seems to provide some pretty good examples: http://supertec... (by Duthomhas)
|