Lost Password?

Go Back   CodeCall Programming Forum > Software Development > C and C++

Unregistered, Check out the Coder Battles in the Announcement and Game forums.

C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-2006, 11:53 PM
luckluck's Avatar   
luckluck luckluck is offline
Newbie
 
Join Date: Aug 2006
Posts: 5
Credits: 0
Rep Power: 0
luckluck is on a distinguished road
Default Major career change

After having 7 years of Network related career, I am going to make big change in the path.

Basically I need to enter to the field of software engineering but I am clue less which path to choose.

I am recruited by a newly formed company and intended duty is setting up network and its service, Email etc. As the company progress is very slow in nature I have lot of free time and resources available.

I would like to obtain MCSD or similar thing but it must help me to develop a software program which will need by this company in the future.

I can imagine few programming paths like C++, VB, Visual C++, Visual C#, PHP, etc. I have some knowledge in object oriented programming. Positive of mine is I think I am good at self studying.

Can you advice on this? Should I learn all of this from the beginning? Can I just start from the middle?

(I should say that the Microsoft Press book for 70-300,310,316 and 320 can’t help me to build even a program like “hello world”)

(My networking background is MCSE, CCNP, CCDP and CCIE RS –written. I know this won’t help me at all but it will help me to analyze things easily)

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 08-10-2006, 11:50 AM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Credits: 1
Rep Power: 13
Crane is on a distinguished road
Default

Microsoft Press Books kind of stink. I'd learn Visual C# if I were you. It is easy to pick up, is OO and there are tons of tutorials on the web. You could learn the entire language from the web. I wouldn't start in the middle.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-10-2006, 10:44 PM
luckluck's Avatar   
luckluck luckluck is offline
Newbie
 
Join Date: Aug 2006
Posts: 5
Credits: 0
Rep Power: 0
luckluck is on a distinguished road
Default

Thanks, I am still in the dark in some areas.

Lerning C# : It is possible to learn very basic and fundamental concepy by learning C# ? or should I cover those fundamentl by learning C++ or similar "old" language? I was under impression that the latest programming like C# "hide" the fundamental by doing fundamentl coding programme itself.

anothe aspect.

say, I need to write small programme to add two numbers. If I write it by VB "drag and drop" instead of coding >> "" ; ' # <gffdggf> in C++ , Am I missing fundamental ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-11-2006, 08:41 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 410
Credits: 0
Rep Power: 11
Void is on a distinguished road
Default

To answer your questions.

Yes, if you learn C# you will learn the fundamentals. Since C# is very similar to C++. I don't notice much difference in C# at all besides of syntax (-> = . in C#).

I'm fairly certain you can't drag and drop calculations in VB. So, in VB you would still have to do calculations. If you use Visual Studio C# you can also drag and drop but the VS doesn't do calcuations for you.

Does this make sense?
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-11-2006, 12:28 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Credits: 0
Rep Power: 10
hoser2001 is on a distinguished road
Default

I have learned almost all of my coding skills using C#.
I took an intro to prog class on Delphi...... useless...
One semester of C++ which basically got me into 'thinking' like a programmer thinks.

Other than that everything I know is thanks to C#
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 08-11-2006, 12:30 PM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Credits: 1
Rep Power: 13
Crane is on a distinguished road
Default

I've been through several classes and I can tell you for a fact that learning C# will be just as good as learning C or C++.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-11-2006, 10:44 PM
luckluck's Avatar   
luckluck luckluck is offline
Newbie
 
Join Date: Aug 2006
Posts: 5
Credits: 0
Rep Power: 0
luckluck is on a distinguished road
Default

Thanks to all of you. I highly appriciate your advices..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-13-2006, 12:42 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,397
Last Blog:
wxWidgets is NOT code ...
Credits: 685
Rep Power: 27
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

One other comment: MSCD isn't likely to help you much. Get the information you need to write your program. If it will involve databases- learn about databases, etc. You already have the job, so just worry about making the product.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-13-2006, 10:35 PM
luckluck's Avatar   
luckluck luckluck is offline
Newbie
 
Join Date: Aug 2006
Posts: 5
Credits: 0
Rep Power: 0
luckluck is on a distinguished road
Default

Yes .. its the right code..

Many thanks..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-17-2006, 12:56 PM
Kaabi's Avatar   
Kaabi Kaabi is offline
Programming God
 
Join Date: Jul 2006
Posts: 884
Credits: 0
Rep Power: 14
Kaabi is on a distinguished road
Default

I hope everything works out for you, and you're pretty smart, so I'm sure it will.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Coding a change password form InternetGeek Visual Basic Programming 11 02-16-2008 01:53 PM
Using input to change a variable? Plutonic Java Help 3 07-17-2007 04:02 PM
How to change the hostname in Windows XP navghost General Programming 2 06-01-2007 11:47 AM
Using change management Cosmet General Programming 2 10-30-2006 06:16 PM
Change design to make more $ Montecarlo Website Design 11 07-13-2006 12:05 PM


All times are GMT -5. The time now is 04:46 AM.

Contest Stats

Xav ........ 1097.16
MeTh0Dz|Reb0rn ........ 986.37
morefood2001 ........ 850.04
John ........ 841.93
WingedPanther ........ 684.54
marwex89 ........ 638.26
Brandon W ........ 493.36
chili5 ........ 292.12
Steve.L ........ 188.37
orjan ........ 187.41

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 79%

Ads