C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 05-21-2007, 06:16 PM   #1
Registered User
 
Mobidoy's Avatar
 
Join Date: May 2007
Posts: 18
Want to learn

Hello all,

JVerne refered me to this language to learn from scratch and achieve my goal, i have search thru this board and haven't found the info i need.

Yes there are books refered but, they dont seem to be good for someone beginning programming. Although i have quite good notions, i would like something that will take me from scratch and teach me good share of it.

Web site tutorial and books, i dont mind. As long as i learn from scratch

Thanx for your help !
Mobidoy is offline   Reply With Quote
Old 05-22-2007, 04:06 AM   #2
Deathray Engineer
 
MacGyver's Avatar
 
Join Date: Mar 2007
Posts: 3,211
Only thing I can suggest looking through at this point is the topic stickied at the top of this section of the forums, which it sounds you might have looked through already.
__________________
MacGyver is offline   Reply With Quote
Old 05-22-2007, 07:41 AM   #3
Registered User
 
AtomRiot's Avatar
 
Join Date: Jan 2003
Posts: 120
http://www.amazon.com/Microsoft-Visu...841173&sr=1-13

this book is what I used when I was first starting out. C# is pretty easy if you have other language experience but this was a good guideline for me anyway.

But I am still building my skill set.
__________________
All Your Base Are Still Belong to Someone!!!
And you Remember that!!!
AtomRiot is offline   Reply With Quote
Old 05-22-2007, 11:35 AM   #4
Registered User
 
Mobidoy's Avatar
 
Join Date: May 2007
Posts: 18
I will look into it, thanx.

My experience in programming goes way back about 20 years ago, learned basic on a TI99/a.

Then, i left that out till about a week ago when i decided that video gaming was too boring and it was time to give a new challenge to my brain. Started a tutorial on C. I had no problems so far: variables, conditional loop, pointers, arrays, operator and constant.

Some people told me to go straight to C++, i was heading that way when someone told me to go for C#. I just want a good challenge in creating learning application for my kids and creating some rpg. I know i am far away from it but, i have plenty of time. I love trying to figure out how to get my silicon filled box to do what i have in my head. Bugs ??? Code errors ??? No biggie, i love those too !! They keep me high for a long time !! If i work on something and did a mistake, i wont go to bed till i find what i did wrong. (Yeah, only that in 1 week trying to figure out how to make my higher/lower game exercise from my tutorial to be better and have more options lol )

Some people suggest me to go for Python too but, i dont know, i have looked into it and, i must admit, there was something that i didn't like about it. Just a bad feeling. 30 % of the software are build in C, there must be a reason why. And this must be the reason why i want to learn it !!

So that being said, you got here my experience, knowledge and motivations to learn a language. Motivation is low and, knowledge too, this is why i need a good book and/or tutorial that will take me by the hand and show me the way till i can say " Oki, i got it, leave me alone, i will look at reference books on synthax and do it myself"

Mobidoy
Mobidoy is offline   Reply With Quote
Old 05-22-2007, 12:04 PM   #5
C++ Witch
 
laserlight's Avatar
 
Join Date: Oct 2003
Location: Singapore
Posts: 11,365
Quote:
30 % of the software are build in C, there must be a reason why. And this must be the reason why i want to learn it !!
I do not know about the accuracy of that figure, but chances are it is because those software are:

1. "legacy code" under maintenance, or,
2. libraries designed so that APIs in other programming languages can be easily built from them, or
3. written with the need to directly access low level facilities, possibly dropping into assembly, or,
4. written with exceptional runtime speed in mind, or,
5. simply mandated the choice of C by management for obscure business reasons.

From what I see, none of these would apply to you.
__________________
C + C++ Compiler: MinGW port of GCC
Build + Version Control System: SCons + Bazaar

Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
laserlight is online now   Reply With Quote
Old 05-22-2007, 12:15 PM   #6
Registered User
 
Mobidoy's Avatar
 
Join Date: May 2007
Posts: 18
Lol, yup, as you said, for now, none of those apply to me, but who knows, maybe one day (i have 2 more years to serve for canadian army and i will have 20 years done. I could retire at that time) i will completly switch to programmation. I love being an electronic technician but, programming was my first love !

As for the 30%, i got that on couple of web sites talking about history of language !
Mobidoy is offline   Reply With Quote
Old 05-22-2007, 12:57 PM   #7
Registered User
 
AtomRiot's Avatar
 
Join Date: Jan 2003
Posts: 120
well, in working for a company that makes software that you most likely use (indirectly), i can say that 90% of our stuff is c++ because it is services and things that are aimed at performance.

only stuff like some of our clients are written in anything else.

Good luck on learning though. I also undertook c# with the intentions of learning it by creating a game that has very little presence in electronic form. I am still working on it but it has provided me we many unique situations that allow me to build different skill sets. I also like c# because when i run into an annoyance that i can resolve with my own program, I can usually quickly wrap one up in c# and each time try to use something that I have not done before, like special visual styles, or registry work, or networking, or threading... stuff like that.

thats how I learned and am learning and I use that book as a good basis to start my skills, as well as, a reference.

Good Luck!
__________________
All Your Base Are Still Belong to Someone!!!
And you Remember that!!!
AtomRiot is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What do I learn now? Lorgon Jortle C++ Programming 14 03-14-2009 06:44 PM
Looking to learn C++ Fuzzy91 C++ Programming 40 04-13-2006 02:38 AM
You have to learn C in order to learn C++ gandalf_bar A Brief History of Cprogramming.com 20 07-16-2004 10:33 AM
Novice trying to learn C++ dead C++ Programming 10 12-01-2003 09:25 PM
Trying to learn guitar Ben_Robotics A Brief History of Cprogramming.com 12 07-10-2003 03:15 AM


All times are GMT -6. The time now is 03:19 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22