by VxK21
I need help on arrays
|
|
[5 replies] Last: try this : #include <iostream> #include <string> #include <vector> ... (by Ericool)
|
by AcarX
How to use a part of a bitmap resource ?
|
|
[2 replies] Last: the best approach is to copy into a DIB.. Take a look at CreateDIBSect... (by chainrule)
|
by chainrule
Hit Test w/ Vector Graphics
|
|
[no replies]
|
by Zuve
Interrupting Windows Startup with a Program
|
|
[1 reply] : Perhaps this could be of any help: http://answers.microsoft.com/en-us/... (by Homberto)
|
by samrux
Change a console program's text font and size
|
|
[2 replies] Last: Helpful. Thank you! (by samrux)
|
by AcarX
Loading bitmap file into HBITMAP
|
|
[5 replies] Last: Hi. Just installed a version of VS which supports resource editing. I ... (by AcarX)
|
by LASims
Reading HTML code from webpage
|
|
[2 replies] Last: cURL would probably be easier, but if you don't want to install anythi... (by Homberto)
|
by selmo12f
Installing curl library for Visual Studio 2015 (vs14)
|
|
[5 replies] Last: Ok finally I got it :-D :-D First of all thanks a lot guys, you helped... (by selmo12f)
|
by Cambalinho
why my image class don't return HBITMAP?
|
|
[12 replies] Last: thanks for that information coder777, that's why i can't return the HB... (by Cambalinho)
|
by miguel96
Sorting array of structs
|
|
[1 reply] : For example, struct A{ int a, b, c; }; //Returns true if a has ... (by helios)
|
by Cambalinho
- how can i return the window class name?
|
|
[1 reply] : seems that function is ok... i was doing 1 big problem with class name... (by Cambalinho)
|
by SdHuma45
Query regarding VC++ programming with databases.
|
|
[no replies]
|
by www8
Can someone compile this?
|
|
[no replies]
|
by nsahawks7
SFML Countdown Timer Help
|
|
[3 replies] Last: Your 'convert' object is never cleared, so you keep appending data rat... (by Disch)
|
by www8
How can I build a Windows Program
|
|
[2 replies] Last: Learn to Program for Windows in C++ (on MSDN) https://msdn.microsoft.c... (by closed account z05DSL3A)
|
by nsahawks7
C++ w/ SFML Smooth Movement Help
|
|
[2 replies] Last: @Disch Your keyboard checks are inside the event loop, which means th... (by nsahawks7)
|
by SdHuma45
Query regarding how to execute SQL like queries through windows application.
|
|
[2 replies] Last: Thanks. but that is c++ code. It is different from Visual studio's C++... (by SdHuma45)
|
by fsshl
Console::WriteLine( S" --in vc++ need help
|
|
[no replies]
|
by pfjf2
Visualisation in C++
|
|
[1 reply] : If you're talking about graphics libraries, you could try Magnum, SFML... (by LB)
|
by mi41lumber
Win8.1 - Popping up a wi-fi connection list
|
|
[1 reply] : Make use of DRR and its class system. Just let it go. (by developer11)
|