Posts Tagged ‘visual c’
What book is most recommended to teach yourself c# programming?
I installed MS Visual C# 2008 express edition and can do some very simple programs. There should be a lot of .net and c# books out there, but where should I start?
How to compare 2 arrays and get the intersection in C?
I am new to programming and have to get the user to input 2 arrays and then find the intersection and put that into a 3rd array. I understand that i must search each element in the 1st array for that in the second, but I am a bit confused on how to do that. I am using Visual C by the way.
How do I access the serial port on my computer with C# and control a microcontroller?
I am using Visual C# in vista and I would like to know how to access the serial port to control LED’s on a microcontroller. I would like something basic to get me started.
What are the difference of most C/C++ compilers and programming language?
Why are there so many different kinds like there is Visual C++, Turbo C, C++, Borland C++, etc.
I am just curious because I want to start learning programming because I am planning to take Information technology on college and want to understand some of the basics in programing.