Click here to Skip to main content
15,886,137 members
Home / Discussions / Work Issues
   

Work Issues

 
GeneralRe: Want to become a programmer Pin
Fatbuddha 11-Nov-07 22:04
Fatbuddha 11-Nov-07 22:04 
GeneralRe: Want to become a programmer Pin
Colin Angus Mackay1-Nov-07 23:01
Colin Angus Mackay1-Nov-07 23:01 
GeneralRe: Want to become a programmer Pin
Fatbuddha 11-Nov-07 23:14
Fatbuddha 11-Nov-07 23:14 
GeneralRe: Want to become a programmer Pin
Dave Kreskowiak21-Nov-07 9:18
mveDave Kreskowiak21-Nov-07 9:18 
GeneralRe: Want to become a programmer Pin
Fatbuddha 122-Nov-07 3:25
Fatbuddha 122-Nov-07 3:25 
GeneralRe: Want to become a programmer Pin
Dave Kreskowiak22-Nov-07 3:57
mveDave Kreskowiak22-Nov-07 3:57 
GeneralRe: Want to become a programmer [modified] Pin
Fatbuddha 122-Nov-07 21:27
Fatbuddha 122-Nov-07 21:27 
GeneralRe: Want to become a programmer Pin
Colin Angus Mackay25-Nov-07 10:18
Colin Angus Mackay25-Nov-07 10:18 
Fatbuddha 1 wrote:
And the original question was of what language to start with


Then start with a language that is easy to learn the main concepts. Pointer indirection is not a concept present in many modern languages, but you need to know it to use C++ effectively.

The main concepts are:
Methods
variables
Operators (e.g. +, -, /, *, %)
Flow control (e.g. if/else)
Looping (e.g. for, foreach, while)
Classes
inheritance/polymorphism/abstraction/encapsulation


Fatbuddha 1 wrote:
Once I had an exercise where I have to program certain patterns. In C++ you will really learn some stuff out of that. In java or in C# some of those are already in.


Then learn different patterns. It is great that some language have certain patterns built in. By your logic we should learn assembly because the loop pattern isn't built in. You have to use conditional jump instructions, hand craft your own counters and so on to do the same thing. All C# is doing is continuing the trend. And other languages will come up in the future and continue to refine things further.


Upcoming FREE developer events:
* Developer! Developer! Developer! 6
* Developer Day Scotland

My website

GeneralRe: Want to become a programmer Pin
Fatbuddha 126-Nov-07 9:52
Fatbuddha 126-Nov-07 9:52 
QuestionQuestions about Recruitment Pin
Colin Angus Mackay29-Oct-07 4:12
Colin Angus Mackay29-Oct-07 4:12 
QuestionThe Job Hunt Pin
DRAYKKO25-Oct-07 13:56
professionalDRAYKKO25-Oct-07 13:56 
AnswerRe: The Job Hunt Pin
Dave Kreskowiak25-Oct-07 14:22
mveDave Kreskowiak25-Oct-07 14:22 
GeneralRe: The Job Hunt Pin
Dan Neely26-Oct-07 2:17
Dan Neely26-Oct-07 2:17 
GeneralRe: The Job Hunt Pin
Dave Kreskowiak26-Oct-07 9:57
mveDave Kreskowiak26-Oct-07 9:57 
GeneralRe: The Job Hunt Pin
Dan Neely26-Oct-07 10:32
Dan Neely26-Oct-07 10:32 
GeneralRe: The Job Hunt Pin
Dave Kreskowiak26-Oct-07 12:15
mveDave Kreskowiak26-Oct-07 12:15 
GeneralRe: The Job Hunt Pin
Paul Conrad3-Nov-07 5:44
professionalPaul Conrad3-Nov-07 5:44 
AnswerRe: The Job Hunt Pin
Pete O'Hanlon26-Oct-07 9:21
mvePete O'Hanlon26-Oct-07 9:21 
GeneralRe: The Job Hunt Pin
Vasudevan Deepak Kumar29-Oct-07 3:28
Vasudevan Deepak Kumar29-Oct-07 3:28 
AnswerRe: The Job Hunt Pin
Vasudevan Deepak Kumar29-Oct-07 3:27
Vasudevan Deepak Kumar29-Oct-07 3:27 
AnswerRe: The Job Hunt Pin
Colin Angus Mackay29-Oct-07 4:05
Colin Angus Mackay29-Oct-07 4:05 
QuestionWhat would I do to become a database administrator? Pin
BMP198024-Oct-07 12:44
BMP198024-Oct-07 12:44 
AnswerRe: What would I do to become a database administrator? Pin
Colin Angus Mackay24-Oct-07 13:06
Colin Angus Mackay24-Oct-07 13:06 
AnswerRe: What would I do to become a database administrator? Pin
Fatbuddha 130-Oct-07 8:27
Fatbuddha 130-Oct-07 8:27 
GeneralRe: What would I do to become a database administrator? Pin
Colin Angus Mackay30-Oct-07 10:15
Colin Angus Mackay30-Oct-07 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.