Windows Programming - January 2016 (Page 4)

Console app : Text Color.
 
I am trying to set text to Black and Black background, so it is invisible. Later I want to change it to white text color and all the text that was written becom...
[4 replies] Last: I was thinking about "Storing all printed text to string", But The inv... (by lowarago)
E_NOINTERFACE
 
Hi, I am using StgOpenStorageEx to open a file but it gives me the error E_NOINTERFACE. below is the code snippet LpStorage lpstor; IPropertySetStorag...
[1 reply] : Doubt this is your problem, but all COM functions return HRESULTs - no... (by freddie1)
Infinite Square Grid
 
What should I use to make this ? http://i.stack.imgur.com/LKmtD.gif Is it possible to do that with SFML ?
[4 replies] Last: That is good to know, I will read more about what all of them are capa... (by lowarago)
by Hex213
Error .. string
 
I have this code: ofstream Out("Test.ini", ios::out | ios::app); //head #include<windows.h> #include<iostream> #include<fstream> #include<string> #includ...
[4 replies] Last: Have I understand it .. thank you very much. (by Hex213)
by V07
Displaying a window
 
Hi everyone, I have a problem in displaying a window.Here is my code /*HWND hWnd = CreateWindowW(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, CW_USED...
[1 reply] : If you look up CreateWindow() on MSDN you'll see the 4th, 5th, 6th, an... (by freddie1)
by guru23
#include nested too deeply error
 
Hello everyone, My Xcode is acting all crazy for some reason by giving me this error on all of my #include's that says, "#include nested too deeply". Is the...
[4 replies] Last: Try include guards. http://www.cplusplus.com/forum/general/71787/ If ... (by Thomas1965)
January 2016 Pages: 1234
  Archived months: [dec2015] [feb2016]

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