Windows Programming - January 2015 (Page 2)

How to Create a Multithread for “public ref class” in VS c++ with “_beginthread”
 
How to Create a Multithread for “public ref class” in Windows c++ (VS) with “_beginthread” instead of using gcnew Thread Intention: To synchronize ...
Jan 18, 2015 at 10:22pm
[2 replies] Last: I found a interesting reference in this website: people who are havin... (by ksnaveen)
Add resource folder to Code::Blocks?
 
Hello! Lets say I have two main folders: -Sources (contains all source code) -Resources (contains all assets, like textures, sounds, etc) How can I add ...
Jan 17, 2015 at 7:49pm
[2 replies] Last: Hah, thats awesome. Thank you! (by Blenderman9000)
[C\C++32] - how do double buffering?
 
my image class have the hdcimage with imageweight, imageheight. knowing these, i need return the HBITMAP. so i must do the double buffering: operator HBITMAP...
Jan 17, 2015 at 11:29am
[no replies]
C++ Memory Counting
 
Hello, I have been working on an OpenCV project that uses the grand central dispatch pattern, libdispatch. I have asked at both the OpenCV forum and lisdispa...
Jan 16, 2015 at 3:04pm
[2 replies] Last: First and foremost; charging by memory allocation is a terrible bu... (by Computergeek01)
by xijj
For Tetris tutorial For pure C++ format to write the "Tetris" code, or Tetris tutorial
 
Where there have very good very detailed "Tetris" tutorial, For pure C++ format to write the "Tetris" code, or Tetris tutorial
Jan 16, 2015 at 5:47am
[3 replies] Last: This is the game above in Qt: https://github.com/8Observer8/TetrisIn10... (by Observer)
Python help list and dictionaries
 
I wish to use a list to access each dictionary. How do I do this? The problem is at the function get_class_average. I want it to go through eash item in the lis...
Jan 15, 2015 at 9:40pm
[no replies]
by Adubey
Job Opportunity - C++ Developer - Somerset, NJ
 
Job title: C++ developer Location: Somerset, NJ Duration: 6 Months Required Skills: • C++ Windows developer (At least 3 to 5 years of experience) • ...
Jan 15, 2015 at 4:02pm
[1 reply] : wrong sub forum. (by mutexe)
Static text box background color?
 
Starting to dive into the WIN32 API (windows.h) and I've noticed that static text boxes have a grey BG and editable text boxes are white. I suppose this is beca...
Jan 15, 2015 at 1:08pm
[8 replies] Last: Sorry CGunn86. Windows Api coding, as well as using any class framewo... (by freddie1)
C++ Homework
 
Write a program to handle the flow of widgets into and out of a warehouse. The warehouse will have numerous deliveries of new widgets and orders for widgets. T...
Jan 15, 2015 at 4:10am
[5 replies] Last: What errors are you getting? Please be more specific. (by kevinkjt2000)
win32/c++ simple calculator
 
hi there, I need a help. I am trying to build a simple calculator by myself(self learning). I have completed the gui and codes but then, when i press '=' sign ...
Jan 15, 2015 at 2:26am
[no replies]
by Hofek
Listbox Item Add problem
 
Hi, i have a problem with my program. I want it to search the folder for new files and when it find something, listBox will add a new item (for example File na...
Jan 14, 2015 at 6:01pm
[no replies]
by anhnha
Many apps of same type opened at a time
 
Hi, I am using an MFC application where only one app can be opened at a time. For example, I built the code and the first time I got name1.exe. I also rebu...
Jan 14, 2015 at 2:53pm
[11 replies] Last: Hi, All's well that ends well. Could you explain more? Sorry I am n... (by anhnha)
by ajh32
IFileDialog customisation
 
I'm using the IFileDialog with the CLSID_FileOpenDialog for an open file dialog. I've created an instance of IFileDialogCustomize so that I may customise the o...
Jan 14, 2015 at 9:51am
[no replies]
help with a header file and getchar
 
i read the entire 'the console closing down' thread http://www.cplusplus.com/forum/beginner/1988/ and i was wondering... 1) When i write C++ code can i use ...
Jan 13, 2015 at 1:47am
[2 replies] Last: The C standard library is more portable than C++'s, so you don't have ... (by Avilius)
Help me!
 
#include<stdio.h> #include<conio.h> #include<iostream.h> main() { int ewan,lag,ehe,wew,diff,oppa,enter,product1,wiw,log,a,b,c,d,e,totalall,totaldrink,totalmea...
Jan 12, 2015 at 11:16am
[1 reply] : Don't double post. http://www.cplusplus.com/forum/beginner/153268/ (by mutexe)
Detect if a webpage changed
 
Hi! I'd like to make a program that tells me if a webpage changed from its last "visit". Since I'm quite a beginner I have no idea on how to proceed. I thought ...
Jan 12, 2015 at 10:18am
[7 replies] Last: http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_metho... (by tath)
Calling methods error no variable printed
 
So ive got 2 methods which I call in LRESULT CALLBACK... The problem is that when it prints the variable the number is always zero.What I am doing wrong? The n...
Jan 12, 2015 at 1:49am
[no replies]
Capture System Audio
 
I am making a screen recorder in Java and according to people on stack overflow Java is not good with audio capture and can not capture system audio output, so ...
Jan 11, 2015 at 6:12pm
[4 replies] Last: You can use WASAPI on windows:, you have a sample here: http://blogs.m... (by modoran)
Using existing list from files to add values to
 
I have a problem I want to solve. I save a list I create to a file. I want to use the existing list and be able yo add nre elements to it. Can anybody help? ...
Jan 11, 2015 at 4:45pm
[no replies]
Broken timer
 
Hello, I'm working on a game for a schoolproject and have encountered an error. this is my code: #include "outpu.h" #include <time.h> #include <string> #i...
Jan 11, 2015 at 11:39am
[no replies]
January 2015 Pages: 1234
  Archived months: [dec2014] [feb2015]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.