by morbo2000
problem With classes, String^ and managed code in visual Studio 2008
|
|
[1 reply] : It appears that you can't make global variables of managed types. Put... (by firedraco)
|
by Null
problem with ListView control
|
|
[3 replies] Last: I´m not sure if the following approach is effecient, but couldn´t Yo... (by Incubbus)
|
by Vexer
SHFileOperation With List Boxes
|
|
[15 replies] Last: Sigh.... Just compiled this code and it didn't work, oddly enough it w... (by Vexer)
|
by Radioactive
I need a way to copy a 2 dim array and get it on a device context...
|
|
[no replies]
|
by Serpent
Global Hotkeys
|
|
[15 replies] Last: I put it their before, just didn't know how to get it to recognize it.... (by Serpent)
|
by Dval
Winsock only for network programming?
|
|
[1 reply] : Is there an alternative to the Windows Operating System's APIs? Always... (by Albatross)
|
by Frog
Progress Bar, reset + refill
|
|
[1 reply] : You will need to use the PBM_SETSTEP and PBM_STEPIT messages. (by Vexer)
|
by acimmarusti
vc++ expects const for array size!
|
|
[3 replies] Last: FYI, that statement is illegal C++, the only reason it works in g++ is... (by firedraco)
|
by sisrahul
Template Method throws error for string
|
|
[1 reply] : Interesting one. In short, I don't know. The compiler can't decide... (by kbw)
|
by Madu
Write binary file - 8bit words
|
|
[1 reply] : I'm not sure about 4 bits but surely if you used a variable which is 8... (by minime)
|
by Zyl
Issue with fgetc handling CR + LF
|
|
[4 replies] Last: You don't need to call close, the destructor does that for you. Mea... (by kbw)
|
by Sw0rDz
Vector of Objects
|
|
[4 replies] Last: Oh I see. You are using CLI/C++, so you cannot use std::vector, etc. ... (by firedraco)
|
by messenjah
Exceptions with MinGW
|
|
[2 replies] Last: Found out that I was doing a static link which was forcing g++ to link... (by messenjah)
|
by Bv202
Debugging code
|
|
[4 replies] Last: But, on the next paint message, a new rectangle is drawn to the backb... (by guestgulkan)
|
by GMXeon
Windows Form Application - Borderless Click+Drag
|
|
[no replies]
|
by Dragoon478
access error (segmentation fault)
|
|
[2 replies] Last: void apply_tiles(bool board ) { //a apply_surface( 0, 0, a... (by Dragoon478)
|
by TimGalant
What languages to learn (1,2)
|
|
[25 replies] Last: @guestgulkan: That's what makes this project unique, it is easier to u... (by Computergeek01)
|
I have to do a strange declaration |
|
[4 replies] Last: OK kbw, Goodbye (by giovannigiorgio)
|
by avjohn
Unable to query proxy "Automatically Detect Settings"
|
|
[no replies]
|
by Bv202
Device Context question
|
|
[4 replies] Last: Hey, Tyvm for the link, it's really helpful! :) (by Bv202)
|