Windows Programming - June 2022

PCH errors after c++20
 
Recently, c++20 came out and I updated one of my big projects to c++20, however I am running into so...
[16 replies] Last: did you try the derp move of deleting the pch files and letting it reb... (by jonnin)
by Ganado
File binary mode distinction
 
Does the distinction of binary mode for files only exist to deal with pre- de-facto -standardized li...
[5 replies] Last: [quote=Ganado]Weird restriction It allows the "implementation" to tri... (by Peter87)
Agregar un control de ActiveX a un Project de Visual C++
 
Steve White and Michael Satran you two are liars, where is: Project/Add a Project/Components and co...
[no replies]
Saper game please help
 
and what has this to do with Windows programming. It seems like a console program? You can treat th...
[1 reply] : Yes, I do have a solution, multiple ones as a matter of fact, but yo... (by deleted account xyzzy)
alt tab to console app
 
I need to alt tab to console app with function. Using #include <windows.h> Have this piece of code...
[1 reply] : here are instructions to AOT a console window. https://www.thewindows... (by jonnin)
Visual Studio 2022
 
I am trying to learn C. I am using Windows 10. My problem right now is with Visual Studio 2022. I...
[6 replies] Last: Thank you to everyone who took time to reply. (by PolkaDotBowTie)
Implicit type conversion and time measurement
 
I'm implementing a game loop in `c++` using the `timeGetTime` function like below: // ... ...
[5 replies] Last: A possible consideration of using <chrono> is cross-platform, if the... (by deleted account xyzzy)
Can't Add a new wiindows form
 
Hi, I am using Visual studio 2019. I can't seem to add a new form to my C++ CLI application. If I...
[3 replies] Last: There is no CLR Windows form in the list. (by Cyclone)
Windows Programming for beginners
 
Hi I´m an experienced C++ programmer, but always developed software using Linux. Now I need to ...
[6 replies] Last: the web can be confusing, but microsoft's developer documentation is r... (by jonnin)
Game loop and time measurement
 
There is the function `Sys_Milliseconds`: int curtime; int Sys_Milliseconds (void) ...
[1 reply] : Get that Déjà vu feeling all over again. https://www.cplusplus.com/f... (by salem c)
  Archived months: [may2022] [jul2022]

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