Summary: VB is a bunch of crap, its really pointless to use when there are better tools that are *nix based and are cross-platform.... they run faster on windo...
Summary: C/C++, as in C or C++. They're very similar, so I grouped them. Also, even with C or C++, the client will need something from Microsoft installed if y...
Summary: I need a simple c or c++ function that reads incomming data from Comm2. I have a pic micro sending data to the PC, I can read it from the terminal but...
Summary: I've been building up to this, I basically want to write some text-based games and then later on graphical games, and some utilitys, I want to learn C...
Summary: Thanks a lot for all the feedback i've gotten - Personaly i like the plug and play aspect of Visual basic - Whilst im not a programmer who has an ave...
Summary: Ok I have to build a CD Catalog with C++ for school and I got this one but it does not work. I have literally search the internet for hours and have f...
Summary: im fairly new to visual C++. I am very experienced in Qbasic/VB, and have some experience with C++, but none with visual C++. I'm looking to get out...
Summary: Thanks all, and sorry for the delay, I just got back on here a few days ago, mostly I'd like to start out with making simple apps and games, I was con...
Summary: Hi I just started with c programing ,, I created a folder in c drive and created a file which I compiled sucessfuly but after that I need to run it to...
Summary: hey. i have bin programming with c++ for quite some time. I know the basics like syntax, funtions etc.... Now i want to know how i can make a program ...
Summary: hey Guys, i need to read in and print out a sequence of ras files with c program. Do anybody know any link or have any code. Any help will be app...
Summary: I am new at this, javascript and c++ are programming language I have C++ with a complier do I need a different complier to work with javascript or can...
Summary: Hi, Im trying read in data from textfile into seperate string variables using a StreamWriter. I used readLine() to store each line, and substring to s...
Summary: A friend of mine is programing with C. He's trying to make a kind of binary code coverter, from XS3 to BCD 742. There's only 9 value..well 10. What he...
Summary: There's loads of errors in this, I'd suggest you get the DirectX SDK from Microsoft and the help files and start with some basic examples. The standar...
Summary: Hi. I have been learning VB for about a year and I know nothing of other languages. I just write code for things I use e.g. calculator, reminder, grap...
Summary: Hello. I am wanting to learn how to program. I plan on taking this quite seriously as well. I am in college right now, and I will soon be going into s...
Summary: The second if if (line == "hey") printf("it worked"); You can't compare strings that way in C or C++. Try if (strcmp(line, "hey") == 0) printf(...); ...
Summary: Hi Guys, I need a wee bit of help with a project I am working on. Part of it involves writing a Modulus 11 check which is causing me no end of trouble...
Summary: Dear all, I'm writing a simple program just like proxy, that try to reject connection if there is a match between the "host name" requested by browser...
Summary: I'll play middle man. 1) The assumption is on Microsofts OS. 2) Java's virtual machine and just-in-time compiler doesnt put it in a Indy 500 class. 3)...