Windows Programming - October 2017 (Page 2)

by stav
trying to set subsystem via cli
 
Hi, im trying to setup a cli environment for my win32 application, but im getting this wired error. my folder structure looks like this: project> sr...
[1 reply] : In a Windows application WinMain is the entry point. To use the consol... (by Thomas1965)
Starting OpenGL
 
Hello all, I've some good knowledge on C++ console coding and am reading Chapter 5 of the book C++-GUI-Programming-with-Qt-4-2nd Edition . For a reason I'd li...
[4 replies] Last: Hello, im new here on this Forum. If you'r looking to jump into Game P... (by tonic)
Are these functions correct?
 
int Extension::GetTheAdressOfInt(int &a) { int b = (long) &a; return b; } int Extension::GetTheAdressOfString(char* &a) { int b = (long) &a; retur...
[5 replies] Last: I always advise to check twice for errors in the code while writing an... (by benhart)
October 2017 Pages: 12
  Archived months: [sep2017] [nov2017]

This is an archived page. To post a new message, go to the current page.