Windows Programming - April 2014 (Page 2)

Rieman Zeta Function Program?
 
Hello All, I realize this problem in particular will be difficult to answer for anyone without a str...
[no replies]
by PacR
cannot convert from 'System::String ^' to 'System::String'
 
FILE * myfile1 = fopen ( System::String(textBox1->Text) ,"rb" ); error C2440: '<function-style-...
[3 replies] Last: Thank you anmol2701 & UtherPendragon17 both of your answers is correct... (by PacR)
Shell script runs launched by cmd.exe, crashes launched by code
 
Hi, I'm doing a GUI for a research lab. They have a heavy-processing shell script that is very us...
[1 reply] : Problem solved. Easy solution: I had to launch the .exe generated ins... (by Mansurji)
Visual C++ 2010 Express Text file help
 
Hello, I am currently trying to create a simple form which allows the user to choose the file name a...
[1 reply] : Im new to this and i might not be right but when you see error like th... (by PacR)
VC++: writting in txt file (trouble in loop While).
 
Hi, I'm wanting insert text in a txt file, but I'm having troubles. When I execute the program txt i...
[2 replies] Last: copy and paste text from your compiler debug section , we need to know... (by PacR)
windows.h function SetCurrentConsoleFontEx() is missing from windows.h?
 
I have been tasked to write a windows program using nothing but the console(no window) and the windo...
[5 replies] Last: @Computergeek01: If I remember correctly, I used mingw-get which insta... (by Null)
Error in release version of cURL example
 
I apologise for asking another question. I was helped in getting cURL to work in this question: ht...
[3 replies] Last: I also encountered this problem, and if i compile c-ares as static lib... (by monikavier)
Reading from the Excel file to the console
 
Okay, so I can save data from the program to the excel file. But now, I want it to appear on the con...
[2 replies] Last: 1) Use the "code" tag to post code, its easier to read for forum membe... (by codewalker)
by thil13
"Expression must have class type" error with Binary Tree class
 
Here is my code sample for my program: int main() { string word; BinaryTree Address(); ifstream...
[17 replies] Last: Well, it works on my end, so I don't know what's going on on your end.... (by long double main)
'GetTickCount64' was not declared in this scope
 
Hello, I have been researching this without stop for about 8 hours now and am at my wits end! I ...
[8 replies] Last: You are a life saver! Thank you Modoran! I downloaded that version of... (by DarthCaniac)
Visual Studio Solutions 'n Projects
 
Can I use VS solutions like this: We assume that I have some game idea and I create some projects f...
[2 replies] Last: OK, thanks. (by dleanjeanz)
by R23MJ
Class Problems
 
I have been trying to figure out how to use classes, I looked at the references and believe I have u...
[4 replies] Last: if you put bool Mail1 = true; or similar in class declaration then t... (by codewalker)
I need some advice on how to start developing a voxel game
 
So I dont know where to start on making a game. Iv`e heard voxel games are easier to make, and I wan...
[1 reply] : I personally disagree. Yes, minecraft voxel style is easy to create. T... (by closed account 9jNRX9L8)
Select items from combobox
 
Hello. I have 3 items in a combobox and for the first one , when i select it i want to receive an e...
[4 replies] Last: use messagebox to display the message http://msdn.microsoft.com/en-us... (by anmol2701)
Detect key "Enter" in textBox
 
I hope to make something like this: In a form and only one text box in it User can type things in ...
[4 replies] Last: You have to specify ES_WANTRETURN so the edit control input doesn't te... (by kbw)
Help with threading?
 
I know that to create a thread, you call: CreateThread() Well... I don't exactly know where to go...
[13 replies] Last: Directing the user to change the IDE/compiler and use std::thread with... (by modoran)
OpenGL glRectf() Not Working!!!
 
Hi, I am learning basics of OpenGL & I am attempting to use: glRectf() function to draw a basic R...
[4 replies] Last: Okay, You are right, it was actually my graphics driver rather than th... (by closed account 13bSLyTq)
Can someone please explain this statement?
 
Hello am working with Unreal Engine 4 i was just wondering. Can anyone please explain this statemen...
[3 replies] Last: nullptr is C++11. I still haven't updated so I'll explain it in C++03 ... (by Stewbond)
How to combine console based application with dialog based app visual studio c++
 
I have an mfc application and it is a simple dialog box that takes in user input and stores that inf...
[2 replies] Last: You can create consoles in a gui app and windows in a console app. Che... (by ahcfan)
Windows Media Player (wmp)
 
Does anybody know how to subdue Windows Media Player? When I open a folder, a program or a file wmp ...
[1 reply] : Thank you guys and Zwilu! I found how to do it: windows > tools > opti... (by closed account jvqpDjzh)
April 2014 Pages: 12345
  Archived months: [mar2014] [may2014]

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