Summary: I am intrested in learning something about programming languages. I've scanned through the local libraies and there are tons of books. Can anyone ...
Summary: Well i was wondering how to do this: Enter your membership Normal = 1 Gold = 2 Platinum = 3 If 1 goto normal; if 2 goto gold; if 3 goto platinum; norm...
Summary: OK...first of all, I'm running Visual C# .NET 2003 on a Windows 2000 virtual machine with Virtual PC... Now...the problem is that, every single one pr...
Summary: I'm new to the programing stage and I would appreciate some advices about what language is the best for the newbies and some resources for each lang...
Summary: I want any information about programing the parallel port of my PC to control real application using c++ ( ex. infra red diods to detect something ( f...
Summary: Hello am having trouble building this program so don't remove it please I'm a beginner, I need some kind of help here. I wanna learn. I am missing som...
Summary: Hi Larry. If you want to start programming i suggest you try reading Stephen Pratas book about C++ programming. It learned me how to program in C++ (w...
Summary: I'm thinking about learning computer programing in my spare time. Can anyone tell me where I can find sites that I can learn from? I know absoutly ...
Summary: is there such thing as msn chat bots? no like bots you talk to, im talking about programs that say something when people sign in automatically or when...
Summary: Hi everyone. I'm just having a small problem with the rawclock() function, using DJGPP. You see, I'm using it as a timer: int t; t=rawclock()+2; ...
Summary: I dont think i can beat Jacks post, but ill give it a try!! I think that everyone has explained Arrays and OOP much better then i can, so ill talk a l...
Summary: I'm a college student and I want to dive into programming drivers for handheld devices like mp3 players, PDA, etc. I don't know anything about program...
Summary: Sulfurik, Great to hear that that little piece of code helped you out. I think it'd be really cool though if you went on and developed the same thin...
Summary: I was going to take Visual Basics, C++, and pascal at my school but i heard it was really hard. I just started learning about program languages a few ...
Summary: what's so crappy about that, psyked? it's the way most OSes would do it behind your back regardless of the method you choose. forget c++ and learn som...
Summary: I am not sure if this forum is *only* for programming problems, so this post may not really fit. If it doesn't, feel free to ignore it and tell me I'm...
Summary: What exactly is Flash? is it a programming language, or just an animation program? I saw something about ActionScript programming language for Flash,...
Summary: C is the language of the Linux kernel and the GNU/Linux OS, not C++. Although C++ is used extensively these days, it is perfectly possible to install ...
Summary: How NOT to go about programming I thought this was pretty funny, especially as I'm taking a couple CS classes right now. The best part is that we're a...
Summary: W-Fred is right. About programming. Yes you can do it in Excel VBA Better do it in Access and put a neat frontend. Else put values in cell and identif...
Summary: Hiya fellas- So I have this project I need to do, where the teacher sends the input a weird way and I wondered if anybody knows anything about it: The...
Summary: Also are templates the same thing as an overloaded operator, like do they perform the same task??? And another thing, Im very anxious to start windows...
Summary: "However, just so that I don't seem like a total jerk..." Network Admin's are not required to know that much about programming. And programmers are no...
Summary: There are definitely some rules that are in the tools>message rules>mail as SN mentioned. At least one of them must say move to Deleted folder. By the...
Summary: Im trying to write a program that is gonna calculate the distance between 2 points in a cordinate system... The formula for it is sqrt[(x2-x1)^2+(y2-...