What's wrong with this struct with override? |
|
[2 replies] Last: #include <iostream> struct complex { double Re; double Im; ... (by Enoizat)
|
by sigmablack
Tokenize string to char *array[]
|
|
[8 replies] Last: Tokenize string to char *array Are you required to write your own c... (by closed account E0p9LyTq)
|
by chipp
Win API or not?
|
|
[4 replies] Last: @artgan @grey: ok how about the others? any other opinions? (by chipp)
|
by Android1
Excel automation in C++ (continued)
|
|
[16 replies] Last: Hello, Everything turned out to be simple: Take an example microsof... (by Android1)
|
by selimahope
Esc menu
|
|
[2 replies] Last: Can always.. Alt + F4 ;) You need to run two threads; one main threa... (by Grime)
|
by GinoMulla
Visual Studio 2017 -C++ programing
|
|
[3 replies] Last: You can also add at the end of your code: system("pause"); whit this ... (by Luis1637)
|
by CABrouwers
VC++ compiler and type deduction
|
|
[4 replies] Last: I was still using version 15.4 The current VS version is 15.9.7, upd... (by closed account E0p9LyTq)
|
by PoetikBiker
Color management in own applications
|
|
[3 replies] Last: Well, a bit research shows that Little CMS seems to be a good starting... (by coder777)
|
by antoniu200
Counting maximum number of overlapping intervals
|
|
[4 replies] Last: This might be helpful, I will give this a try. Thanks! I'll report bac... (by antoniu200)
|
by seedhe
Why do people prefer using Windows for development?
|
|
[9 replies] Last: Exactly. You can do everything on both was my point :) I didnt know ... (by jonnin)
|
by Hex213
GetKeyState or convert key
|
|
[3 replies] Last: Wish I had time to provide an example, but I don't right now. Note Ge... (by freddie1)
|
by George1993
DirectX 11 SpriteFont - Vertex Shader linkage error
|
|
[1 reply] : I'm no expert with DX11, but this sounds like a problem with your shad... (by mbozzi)
|
by L1ttelY
Any advices for make a game with c++?
|
|
[3 replies] Last: Yes SFML. I love it. Fun projects you can do with it to kill time. The... (by fiji885)
|