Forum: Assembly Dec 25th, 2006 |
| Replies: 1 Views: 2,839 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":... |
Forum: C# Dec 25th, 2006 |
| Replies: 6 Views: 3,772 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.... |
Forum: C++ Nov 29th, 2006 |
| Replies: 7 Views: 5,865 lol, yeah. It's a bad habit of mine that I'm trying to get out of. I understand the difference (an object is an instance of a class), but for some reason I have momentary brain farts of something. :p |
Forum: Pascal and Delphi Nov 29th, 2006 |
| Replies: 3 Views: 3,134 There is a program called TeamSpeak Overlay (http://www.teamspeakoverlay.com/). It works with DirectX/DDraw/OpenGL. It's pretty easy to use. I use it whenever I play World of Warcraft.
As far as... |
Forum: C++ Nov 29th, 2006 |
| Replies: 7 Views: 5,865 the "this" keyword is a pointer to the class in which it's used. For example:
this->idNum
Is referring to the idNum data of the class your writing for.
So to answer your question, yes you would... |
Forum: C Nov 28th, 2006 |
| Replies: 5 Views: 1,166 If your looking for creating threads on windows I picked up a fw cool links from doing a forum search on threads for windows.
As you can see they are all linking to the MSDN, which in my very... |
Forum: C++ Nov 28th, 2006 |
| Replies: 7 Views: 5,865 Ok, I figured I'll just point you to a site and then offer my explanation as well. Here's a good link.
http://cplusplus.com/doc/tutorial/classes2.html
This link talks about the "this" keyword and... |
Forum: C++ Oct 1st, 2006 |
| Replies: 8 Views: 2,677 Ok, I have figured out my problem and I'm pretty much finished except I have to add documentation to the source code. Thanks for your help guys. |
Forum: C++ Oct 1st, 2006 |
| Replies: 8 Views: 2,677 Thanks again for your replies.
As I stated above I have fixed the problem I was originally having. I just added an extra emember function which would only read the id and nothing else.
The only... |
Forum: C++ Sep 29th, 2006 |
| Replies: 8 Views: 2,677 Yeah, thats actually right. I added values for the gpa and major variables into my "in.data" file and it worked perfectly. So what I did is I made a new member function. Here's the new member... |
Forum: C++ Sep 28th, 2006 |
| Replies: 8 Views: 2,677 Thanks for your reply. I do appreciate it.
Anyways, like I said I'm a college student and my prof. expects it done a certain way. Believe me I would rather use doubles and strings but this is how... |
Forum: C++ Sep 28th, 2006 |
| Replies: 8 Views: 2,677 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... |
Forum: C++ Jun 24th, 2005 |
| Replies: 2 Views: 19,866 OMG!!!...lol. It was right there in front of my face. Thanks Dave. I just needed to insrease the size of the arrays from 2->3. Once again thanks alot Dave. |
Forum: C++ Jun 24th, 2005 |
| Replies: 2 Views: 19,866 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... |
Forum: Getting Started and Choosing a Distro Feb 18th, 2005 |
| Replies: 28 Views: 7,054 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... |