- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Re: You know you can always try some video tutorials. I'm very much like you in the sense that I know a decent amount about C/C++ but I didn't know anything for MFC, Windows Forms, or anything like that. I wanted to learn C# as well because you can do some … | |
Re: I remember doing something very similar in my assembly class a few years back. We were using the old 8086/8088 Intel Developer Boards (circa 1979), and I remember we had to use the "in" and "out": commands in order to communicate with the serial port. Here's some examples: [code] MOV … | |
Re: Ok, I figured I'll just point you to a site and then offer my explanation as well. Here's a good link. [url]http://cplusplus.com/doc/tutorial/classes2.html[/url] This link talks about the "this" keyword and static member data/functions of a class. This "this" keyword just means "this class". A Copy Constructor is a special kind … | |
Re: If your looking for creating threads on windows I picked up a fw cool links from doing a forum search on threads for windows. [quote=WolfPack][URL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/creating_processes.asp"]Creatin Processes[/URL] [URL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/creating_threads.asp"]Creating Threads[/URL] [URL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/Creating_a_Child_Process_with_Redirected_Input_and_Output.asp"]Creating Pipes[/URL] For windows mind you.[/quote] As you can see they are all linking to the MSDN, which in my very honest … ![]() | |
Re: [QUOTE=muhaa;281800]Hi was wondering if any one knows what scripting language resource hacker uses as i would like to add a new menu to my team speek client so my clan members can open there americas army game from with in team speek also would like to know haw i could … | |
Hello, I'm a college student taking a programming class and I'm trying to write a program for this class. I've done most of the work already I just need some hints or a push in the right direction as far as my client-code is concerned. Here's the code for the … | |
Hi, I'm fairly new to C++. I've taken a class on it at a university but it really only went through the basic I/O, data structures, classes, and pointers. It wasn't very algorithm oriented. It was all very basic. Here's the problem a friend of mine needed help with his … | |
Re: I use SuSE 9.1 Pro and it does everything I need it to. Though I'm not a hardcore programmer by any means and can very easily be called a n00b programmer (can't deny what I am), it still is a very user-friendly distro. With the newer version of SuSE you … |
The End.