I am new to programming and picked up the following book by microsoft. I am taking Computer Science in college and would love to know if this is the correct step. I am very interested in how computer language works and wantto get into this a lot more. I've read countless articles on the net and ever went as far as asking what other people prefer as far as whats a good basic language to start with.
M_I_K_E_911 0 Newbie Poster
Recommended Answers
Jump to PostC# is a nice language -- if you already know C++. As a first language I think c++ could be easier and faster to learn then C#. If you have never learned a programming language before there are lots of concepts that C# assumes you know. An intro course in …
Jump to PostN.Wirth developed the language Pascal in the seventies (previous century) for learning how to program.You should have a look at it, but then move on to a C-style language as AD says. My …
Jump to PostAs a first language I think c++ could be easier and faster to learn then C#. If you have never learned a programming language before there are lots of concepts that C# assumes you know.
Um...dafuq? How does C++ not have lots of concepts you're assumed to know? …
Jump to PostHow does C++ not have lots of concepts you're assumed to know?
@deceptikon: I said C#, not C++. And the first thing in C# you need to know is the concept of classes. You can't write a simple Hello World program in C# without knowing something about classes.
Jump to PostLines 24-31 should be placed inside a loop. You will also need an option to exit (complete the order).
All 21 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
M_I_K_E_911 0 Newbie Poster
castajiz_2 35 Posting Whiz
M_I_K_E_911 0 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
M_I_K_E_911 0 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
M_I_K_E_911 0 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
M_I_K_E_911 0 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
M_I_K_E_911 0 Newbie Poster
M_I_K_E_911 0 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
M_I_K_E_911 0 Newbie Poster
M_I_K_E_911 0 Newbie Poster
cgeier 187 Junior Poster
M_I_K_E_911 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.