by adrian89
double pointers
|
hi! I am trying to understand pointers, so I want to convert a char str to char **p I tried so... |
Nov 11, 2010 at 3:53pm
[11 replies] Last: [quote=Disch]if you have str you cannot convert it to a char** ( at ... (by Disch)
|
by elPicione
Strange Behaviour in fopen&drag/drop
|
Hi all people Yesterday i was making a simple little program that reads file names by dragging them... |
Nov 11, 2010 at 1:47pm
[2 replies] Last: Thank You for your help :D (by elPicione)
|
by Arthur123
Again with the annoying string conversion error.
|
IDE - Microsoft Visual C++ Express Edition (2008, I think.) SDK/Library/whateverit'scalled - SFML ... |
Nov 11, 2010 at 1:08pm
[3 replies] Last: Yes, but you're thru. Now the compiler is satisfied and the linker whi... (by coder777)
|
if (edit window text == "a string") |
I need to get the text in a edit window and use an if statement. Here is a small amount of code that... |
Nov 11, 2010 at 7:33am
[2 replies] Last: Thank you so much, I was getting very frustrated with this :P (by CPPProgrammer4L)
|
by like2codecpp
int to system::string
|
i have been screwing around with the windows GUI recently and textboxes use system::string type, i h... |
Nov 11, 2010 at 7:04am
[3 replies] Last: What do you think System::Convert::ToString(...); is doing? No magic... (by coder777)
|
by bbgst
Too many WM_PAINT
|
Hi. My application is getting some ridiculous amount of WM_PAINT messages. I made the program out... |
Nov 11, 2010 at 2:08am
[4 replies] Last: Thanks, that solved my problem. I'm really becoming a fan of this foru... (by bbgst)
|
by kind9
How can I "hide" WinMain like MFC does?
|
To help myself better understand C++ and win32 programming I started a DLL project to wrap all the b... |
Nov 10, 2010 at 5:17pm
[2 replies] Last: Not having been brain washed into thinking that every procedural func... (by kind9)
|
Email Console VC++ 2010 |
I know many of you probably think that this is a dumb question, but how would I send an email in VC+... |
Nov 10, 2010 at 4:06pm
[no replies]
|
by knighthonor
Problems with an Array of Strings in a Class's Private area
|
My professor has an array of Stings (1 for each Month name) in the private area of his Class, but fo... |
Nov 10, 2010 at 10:17am
[1 reply] : hello knighthonor, how does the class looks like? (by coder777)
|
by ahmad78
urgent ... c++ error i cant find solution
|
hello all i get from my friend a c++ program to make some calculation in primes number and save i... |
Nov 10, 2010 at 9:58am
[8 replies] Last: FILE * sortie = NULL; (by coder777)
|
by like2codecpp
open cd tray
|
im trying to open the cd drive with this code: #include <iostream> #include <windows.h> #includ... |
Nov 9, 2010 at 10:35pm
[10 replies] Last: i wanted to loop it for the LOLs. (by like2codecpp)
|
by indigo
release build problem
|
Hi, when i build my program in release mode and try to run it on a computer without visual c++ it r... |
Nov 9, 2010 at 10:21pm
[7 replies] Last: The thing is that i need miltithreaded dll in my project, but i didn't... (by indigo)
|
by wtf
Cannot set file to have multiple attributes
|
I don't know if its because of Vista/7 or just a lame compiler but I can't use SetFileAttributes or ... |
Nov 9, 2010 at 8:04pm
[1 reply] : It says right in the documentation for this function to assign multipu... (by Computergeek01)
|
by PaddyH
BSTR - no page
|
Hi all Does anyone know how I can stop a BSTR from written to the swap file? Using VC2008 unma... |
Nov 9, 2010 at 6:27pm
[4 replies] Last: Thanks Null, that looks the part. Do I have to call VirtualAlloc be... (by PaddyH)
|
by brocoli
Use IDL in C++ CLI/CLR (.NET)
|
Hi, I've a project in C++ working fine (ie, a library for outputting realtime images to decklink)... |
Nov 9, 2010 at 8:41am
[no replies]
|
by Lonck
buy 51 apples but only only 50 left so buy them and print message.
|
So I'm trying to do this program where customers buy apples from a market. Theres a limited number ... |
Nov 9, 2010 at 1:16am
[3 replies] Last: if (ApplesToBuy > CurrentApples) std::cout << "There aren't enough... (by Kiana)
|
Compile as system file |
I am trying to write a program that needs admin rights for a lot of processes, and I get really tire... |
Nov 8, 2010 at 7:20pm
[4 replies] Last: Thank you! Your response was very helpful. (by closed account NAXz3TCk)
|
Win32 Text Output Example |
Note: I am not asking for any help, I am just posting an example for those who want to learn this. ... |
Nov 8, 2010 at 6:29pm
[6 replies] Last: Heres an example of how to draw text in the center of your window, and... (by kaije)
|
by pcpro178
Using a Message-Only Window to Receive Device Change Notification Messages
|
I'm trying to get write a message-only window to receive device change notification messages for a U... |
Nov 8, 2010 at 9:45am
[5 replies] Last: I can't comment on your suggestion, but you could just use a hidden Wi... (by kbw)
|
ChangeDisplaySettingsEx Function |
Hi Everybody, As a change of pace I have my code working for valid screen resolutions on the devi... |
Nov 7, 2010 at 7:33pm
[1 reply] : So evidently it's not enough to tell the Windows API that I want the r... (by Computergeek01)
|