by PiMaster
Setting up PDCurses
|
|
[no replies]
|
by thunder87l
Problem with variable initialization
|
|
[2 replies] Last: yep and this probably isn't right: static const complex<float> p_c... (by thunder87l)
|
Accessing structure members during every iteration in the loop |
|
[1 reply] : You can't because the structures are different. The only way to do it... (by Disch)
|
by edw2011
Random access of Binary Files
|
|
[1 reply] : How about: randomSearchFileListIn.seekg(filesToBeProcessed * MAX_... (by m4ster r0shi)
|
by chubbsvalle
Functions undeclared identifier error
|
|
[1 reply] : Your functions are all wrong. I recommend that you read this carefully... (by Galik)
|
by Phantom139
Open SSL Link Errors
|
|
[1 reply] : hahaha, this is great. I figured out what was wrong. I installed th... (by Phantom139)
|
by harsh4u89
Dynamic Array
|
|
[5 replies] Last: If it doesn't need to be compatible with C like apis you can also use ... (by kempofighter)
|
by ansetou
passing `' as `this' argument of `' discards qualifiers
|
|
[4 replies] Last: Generic Programming and the STL by Austern. It covers the STL from to... (by moorecm)
|
by danielsonfx
Image Manipulation
|
|
[1 reply] : I'm not sure I understand what you're trying to do, but if you want to... (by hamsterman)
|
by declan
Bizarre bug-- for loop stalling
|
|
[9 replies] Last: So, I pulled out gdb. Led to me eventually finding the problem. So I f... (by declan)
|
by harsh4u89
Which one is the best / or suggest other
|
|
[9 replies] Last: No, of course not. char* is a pointer to a char, so that makes no sen... (by Athar)
|
by phakaki
No ever seen problem, even on the internet.
|
|
[1 reply] : Oh... I thought this was going to be something about traversing a dire... (by helios)
|
switch between text mode and graphics mode |
|
[6 replies] Last: Switching video modes in DOS using interupts will reset the video memo... (by moorecm)
|
by hesthep
write to istream
|
|
[6 replies] Last: Well hopefully you just need to replace your std::cin with a reference... (by Galik)
|
by caiweilian
delimiter to find html tags
|
|
[2 replies] Last: HTML tags are 'nested' so its not as simple as finding every '<' and '... (by Galik)
|
by Kat B
fopen(), crashing, memory allocation?
|
|
[10 replies] Last: @kbw There is a long and boring story behind the decision for the char... (by Kat B)
|
by patryk
Visual C++ 2008 problem.
|
|
[2 replies] Last: Thank you. (by patryk)
|
void* to bitmap bit data |
|
[2 replies] Last: OK, thanks. I was aware of of what you mentioned for bitmaps, althou... (by jibbityjobjob)
|
by ischuldt
String enum
|
|
[2 replies] Last: I guess there is always the "Typesafe Enum" pattern from Java. Here is... (by Galik)
|
by dshillady
array/pointer access of different-sized sets?
|
|
[8 replies] Last: Great! Problem resolved. Thank you very, very much! (by dshillady)
|