
please wait
by Da2
Template Function Requirements ?
|
Yesterday I had an exam, the question was: What do template functions require (meaning , where T is a must) ? 1) template <class T> void func(T& t); 2) tem... |
Jun 10, 2011 at 6:16am
[no replies]
|
by thenewguy
C++/CLI If (file->Exist)
|
I'm really having a hard time understand those Microsoft pages. They use weird ways of demonstrating examples (IMO). But if I have a file named: Hello.txt ... |
Jun 10, 2011 at 3:17am
[2 replies] Last: thank you! lol who would have thought that would be so simple??? I fou... (by thenewguy)
|
by harshitm
char to LPCWSTR CONVERSION (1,2)
|
hi, i am a beginner at windows programming . i read the following sample code in one of the turtorials from net. I am using visual studio 2010, #include ... |
Jun 9, 2011 at 11:36pm
[20 replies] Last: First off, we're talking almost at cross pupposes. I've benefitted a g... (by Lamblion)
|
by ATMventure
Stand Alone .exe in Visual C++
|
Hi I have a finished Win32 aplication in visual C++ 2008, I would like to create an .exe that I can transfer onto any computer. I have used the Release function... |
Jun 9, 2011 at 8:20pm
[14 replies] Last: Look for the file "vcredist.exe" and the .NET framework and include th... (by Lamblion)
|
by webJose
New desktop plus Microsoft Remote Assistance
|
I know this may be a hard one for this forum, but I thought I should give it a shot (I'll post @ MSDN too just in case). I have this BHO that fills in websit... |
Jun 9, 2011 at 6:53pm
[3 replies] Last: Ah, my mistake. That not one I use, sorry :( (by Computergeek01)
|
by garrido
WPARAM of a message with a String
|
Hi everybody: I'm trying to send a message between two windows and the WPARAM should be the String, which is contained in a textbox of the senderwindow. I'm pr... |
Jun 9, 2011 at 12:17pm
[3 replies] Last: In the form that needs to receive the string: public: property S... (by webJose)
|
by meesa
[C++] Win32 GDI+ Loading a PNG Resource
|
Using GDI+, I'm trying to create a brush with a PNG as the image that is loaded from the resources. If I label the PNG file in the resource file as a BITMAP, it... |
Jun 9, 2011 at 12:58am
[no replies]
|
by brokenbot
What would I need to know to make a setup program?
|
I need a setup program that basically installs a program. What would I need to know in the window's environment to do that? I originally program small progra... |
Jun 8, 2011 at 3:41pm
[3 replies] Last: Thanks I will look into both of those. (by brokenbot)
|
by Lamblion
Pointer Versus Global
|
In the basic Windows programming examples from MS, such as the ones they tout for new users of VC++ Express, they always declare a global variable for the insta... |
Jun 8, 2011 at 3:12pm
[17 replies] Last: I'm particularly curious about the "far" declaration. http://www.cplu... (by kbw)
|
by ghost13
I need a C++ Porter
|
Hello, I have created a Cross Platform Game Called " Block Crisis " http://www.blockcrisis.com I need someone who has a linux and/or Macintosh OS X Computer... |
Jun 8, 2011 at 11:40am
[6 replies] Last: I need someone who has a linux and/or Macintosh OS X Computer to comp... (by kbw)
|
by Deathly
Scrolling Invalidation
|
For usual scroll bar (SetScrollInfo, GetScrollInfo, ScrollWindow) functionality, after a scroll action, what portion of the client area is invalidated? In fu... |
Jun 8, 2011 at 1:43am
[4 replies] Last: Thanks. I didn't realize that ScrollWindow actually shifted everything... (by Deathly)
|
by haruth7
How to Create mp3 Player?
|
HI all \. i cant find anywhere how mp3 player plays the file. i hope you will help me. How works it? . how to write a simple mp3 Player? Thanks in advance!(adm... |
Jun 7, 2011 at 7:11pm
[1 reply] : http://tinyurl.com/6festf3 Second result, then follow the answer. (by webJose)
|
by SpartanX
How to Make a Keygen in Visual C++
|
This tutorial is not meant to promote illegal stuff or whatever. BTW I made this tutorial because I could not find a tutorial for a random key chooser for c++, ... |
Jun 7, 2011 at 4:58pm
[14 replies] Last: Of course, you could always steal activation keys of a game or somethi... (by SpartanX)
|
by Jaso333
Control Creation
|
I am working on a project that wraps the windows API in C++ classes. It is very similar to MFC but im doing it purely as a learning exercise as I have explored ... |
Jun 7, 2011 at 4:53pm
[4 replies] Last: I know what order round they are called @ the last comment. Freddie i... (by Jaso333)
|
by thenewguy
Press any key to continue
|
with the popular cin.get() and the treacherous system("pause") you have to press enter to continue. But a while back I found a line that was cin.(something). ... |
Jun 7, 2011 at 2:32am
[1 reply] : There is nothing in the standard stream classes that does this. This w... (by closed account S6k9GNh0)
|
by meesa
[C++] Pure Win32 Semi transparent PNG?
|
Either research is failing me in this case, or I just don't want to accept the facts of how this works. Probably the second one. Is there a way in Win32 to use ... |
Jun 7, 2011 at 12:18am
[14 replies] Last: Me neither. :) I'm thinking I'm just going to make myself understand G... (by meesa)
|
by leovailati
Send and Receive Data Bigger than Buffer Size with MFC CAsyncSocket
|
Hello, I have a small client-server project that is meant to be a proof of concept to a larger project in the near future. It's about real time data aquisiti... |
Jun 6, 2011 at 9:18pm
[4 replies] Last: Again, thank you for your reply kbw. I know that wasn't what you were... (by leovailati)
|
by vkash
find out bugs in this code
|
Friends it will take you 10 mins to answer but please try. ? What does 6th warning say? Tell me how it can be made better? There is a lot of stuff lines ... |
Jun 6, 2011 at 9:13pm
[2 replies] Last: First of all thanks for answering you can see that there are three co... (by vkash)
|
by ealforque
Threads
|
What is the best way to do thread in c++? |
Jun 6, 2011 at 7:45pm
[3 replies] Last: Use CreateThread() API function exported from kernel32.dll, Boost and ... (by modoran)
|
by indigo
Pointer question
|
Hello, do c++ pointers point to absolute address (RAM address) or relative to where the program starts in memory? And what's the difference between pointer beh... |
Jun 6, 2011 at 4:06pm
[2 replies] Last: I'll just leave these here: Underlying Principles: http://en.wikip... (by Computergeek01)
|