![]() |
|
|
|||||||
|
|
#1 |
|
Newbie
Thread Starter
Join Date: Jan 2013
Posts: 9
Thanks: 7
Thanked 4 Times in 4 Posts
Mood:
Rep Power: 0
![]()
|
Computer Programming and Computer Engineering
I have the opportunity to go back to school. I'm just undecided on what to do. In 2003 I started computer programming but had no choice but to quit. Since then I have learned through friends how to build and format computers, replace the internal parts, ect. I also can read and understand some programming. Here's my problem - I like doing both programming and fixing computers which is making it hard for me to decide. Can someone PLEASE give me some insight on both programming and engineering?
|
|
|
|
| Thanked Users: |
|
|
#2 |
|
Newbie
Join Date: Nov 2012
Age: 33
Posts: 17
Thanks: 0
Thanked 12 Times in 8 Posts
Mood:
Rep Power: 19
![]()
|
Re: Computer Programming and Computer Engineering
Both are different and even good career paths. But i personally suggest you to go for Programming if you can think logically and if you are a creative person. Because programming needs it.
|
|
|
|
| The Following 2 Users Say Thank You to sally12 For This Useful Post: |
|
|
#3 |
|
Newbie
Thread Starter
Join Date: Jan 2013
Posts: 9
Thanks: 7
Thanked 4 Times in 4 Posts
Mood:
Rep Power: 0
![]()
|
Re: Computer Programming and Computer Engineering
I appreciate your opinion. Thank you. A friend gave me a book, Beginning Programming with C++ and I have been doing it on my own. I cant start school til September so I'm giving myself a jumpstart.
|
|
|
|
| Thanked Users: |
|
|
#4 |
|
Elite Member (1000+)
Join Date: Mar 2010
Location: Folkestone, UK
Posts: 2,337
Thanks: 229
Thanked 423 Times in 370 Posts
Mood:
Blog Entries: 10
Rep Power: 6290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Re: Computer Programming and Computer Engineering
C++ can be very hard at times, but it's a good language. I've been there myself.
If you want to go into low level stuff (i.e. processor operations and memory) you will need to use Assembly code. If you want to go into graphics programming, you will need to learn C++ and Shader programming. If you want to go into web development/web design, you will need to learn PHP, CSS, HTML, SQL, JS (Web design/development is my field of expertise). Remember for web development, PHP is not the only option. You can use Python, Ruby on Rails, Perl an even C++ if you want to go hardcore, but you would need a few libraries and programs. For programming applications for Windows, you can use VB, C#, C++, C and even Python. For programming applications for Linux, you should use Python, C++ or C. For programming bootloaders for operating systems, you should use Assembly, as it needs to all be 16-Bit code, however you can get C compilers that compile C into 16-Bit code. But you can't use C++ for bootloaders, as it uses some built in OS specific functions. If you simply want to get into programming in general from a complete beginners point of view, learn a bit of Python, then you can go onto some more advanced concepts of programming with C++. Hope this helps.
__________________
http://www.imghst.org/uploads/6b48j00hcada.gif
Malwarebytes | System Cleaner | Comodo Antivirus Imghst - Free Image Hosting Thank Me If I've Helped----> |
|
|
|
| Thanked Users: |
|
|
#5 |
|
Newbie
Thread Starter
Join Date: Jan 2013
Posts: 9
Thanks: 7
Thanked 4 Times in 4 Posts
Mood:
Rep Power: 0
![]()
|
Re: Computer Programming and Computer Engineering
It does. I do appreciate your input. I have been doing the work from the book my friend gave me (Beginning Programming with C++ for Dummies) and I kind of understand it. What I dont understand I reread and write down key things and it helps.
As far as what I want to do. I want to learn programming in general and have some experience in all areas of programming. I will give python a try. I have visual studio, codeblocks (it came with the book), and a few trial programs like RealBasic, LibertyBasic, and whatever else came with the disc. Thank you for your time and your advise. |
|
|
|
| Thanked Users: |
|
|
#6 | |
|
Elite Member (1000+)
Join Date: Mar 2010
Location: Folkestone, UK
Posts: 2,337
Thanks: 229
Thanked 423 Times in 370 Posts
Mood:
Blog Entries: 10
Rep Power: 6290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Re: Computer Programming and Computer Engineering
Quote:
|
|
|
|
|
| The Following 2 Users Say Thank You to echo off For This Useful Post: |
|
|
#7 | ||||
|
Senior Member (500+)
Join Date: Nov 2007
Location: /etc/rc.d/
Posts: 648
Thanks: 18
Thanked 52 Times in 47 Posts
Blog Entries: 1
Rep Power: 125
![]()
|
Re: Computer Programming and Computer Engineering
IIRC computer engineering is more along the lines of the low-level hardware, not just replacing components. If you're interested in electronics then you might want to consider CE.
Quote:
Quote:
Quote:
Quote:
Python is an excellent language to begin with.
__________________
Arch Linux |
||||
|
|
|
| The Following 3 Users Say Thank You to Wolfie276 For This Useful Post: |
|
|
#8 |
|
Elite Member (1000+)
|
Re: Computer Programming and Computer Engineering
I think Pascal should be the first programming language to learn before moving onto anything a bit more harder such as C, C++, C Sharp and even Javascript. Although it is not used in the working industry, Pascal more so than Python is a great way to dip your feet wet before moving onto the more focused object-oriented programming languages such as Javascript or so.
__________________
If I have helped you, and your problem is solved, please press THANKS as a sign of appreciation. |
|
|
|
| The Following 2 Users Say Thank You to Chef For This Useful Post: |
|
|
#9 |
|
Newbie
Join Date: Nov 2012
Age: 33
Posts: 17
Thanks: 0
Thanked 12 Times in 8 Posts
Mood:
Rep Power: 19
![]()
|
Re: Computer Programming and Computer Engineering
![]() I learned C without knowing nothing about Pascal. I think there is no need to learn Pascal. But better to learn C first than C++. |
|
|
|
| The Following 2 Users Say Thank You to sally12 For This Useful Post: |
|
|
#10 |
|
Newbie
Thread Starter
Join Date: Jan 2013
Posts: 9
Thanks: 7
Thanked 4 Times in 4 Posts
Mood:
Rep Power: 0
![]()
|
Re: Computer Programming and Computer Engineering
I have til September to learn. Thats when I start school. I have plenty of time on my hands to learn as much as I can on my own. I will take your advise and learn C first as well as C++. I have a book on C++ Thats why I have chosen that. I do understand some of the C++ but it does get confusing at times. Do you know where I can get information or even a learning guide on C?
|
|
|
|
| Thanked Users: |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rename computer and computer account in active directory server 2003 | sputnik | Windows Server 2003 | 1 | 16-04-2008 08:21 PM |
| TUTORIALS ON COMPUTER PROGRAMMING | Santhosh1992 | Firewall | 0 | 24-03-2008 06:20 AM |
| How to reboot a computer immediately by programming? | Lighter | Microsoft Device Drivers | 1 | 02-12-2007 08:21 AM |
| How to reboot a computer immediately by programming? | Lighter | Microsoft Device Drivers | 1 | 02-12-2007 08:16 AM |
| Programming resources for Computer security! | vivek.securitywizard@gmail.com | Unix | 0 | 16-09-2007 05:03 PM |
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |