- This topic has 5 replies, 4 voices, and was last updated 13 years, 9 months ago by
gqblue2003.
-
AuthorPosts
-
-
March 27, 2007 at 10:22 am #1210
gqblue2003
ParticipantI am currently going to school for CIS. Majoring in Forensics, ISS or analytical (have not decided yet). I am trying to get a head start on some things. I have taken A programming class using pseudo code. I enjoyed the class but wanted to start learning a real language. But I am afraid of messing up my computer at home.
I do not know how to set up a safe lab on my computer. I know little to nothing about real programming on a real computer. Should I purchase a cheap computer to play on or is there not much real risk in just programming. I have just an average computer that I upgraded some. I could use a major rundown so far as software and such. ??? -
March 27, 2007 at 12:56 pm #12132
heffnercj
ParticipantWell in general unless you are doing some type of driver or kernel programming, you aren’t going to mess up your computer. If you code a program incorrectly, it will crash but won’t affect the system as a whole (OK, there are some ways you could hose up your system, but you’d have to really be trying).
I’m assuming you’re running Windows, so about the only built in development tool is going to be debug. What software you need depends on what programming language you want to learn – personally I would suggest learning C at first, but there are plenty of other languages out there. Interpreted languages are easier to learn, such as Perl and Python.
For writing programs in C on Windows I prefer to use Dev-C++ from bloodshed.net; very straight forward for writing simple programs, but has more powerful features when I want them. You can also get Windows interpreters for Perl and Python from activestate.com.
-
March 27, 2007 at 8:09 pm #12133
shawn
ParticipantYou could try VMWare.
-
March 27, 2007 at 8:30 pm #12134
Anonymous
Participantif in your courses they havent started talking about using virtual machines they are doing you a huge disservice. like shawn said, check out vmware.
-
March 31, 2007 at 4:44 am #12135
gqblue2003
ParticipantI have only taken ONE programming class. Most of the other classes are General education for my degree. We use virtual labs but have not done any coding other than writing pseudo code which does not execute at all. So I do not know if I am doing something wrong unless someone tells me.
Thank you everyone for your input so far.
-
April 3, 2007 at 7:40 am #12136
gqblue2003
ParticipantI guess I was just a little worried about doing this kind of stuff on my computer. I have always been a trial and error baby. After I cut open a battery to see how it works and got into some trouble for it. I started thinking , a little, about if I would mess something up. Then I got into computers and forgot that lesson for a while, until I was reminded. So I am a slightly paranoid about just dredging into waters I have not explored.
-
-
AuthorPosts
- You must be logged in to reply to this topic.