There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
noobie needs help!


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
Slipaway172's Avatar
Senior Member with 155 posts.
 
Join Date: Apr 2005
Location: Dacula, GA
Experience: A+ certified/Geek Squad
12-Dec-2005, 06:38 PM #1
noobie needs help!
i would like to start to learn to program. I would like to know what is one "knotch" above visual basic. I would also like to know what the most active or used language. What are the best IDE's for each popular language. I will be running this on a winows computer with java installed.

thankyou,

paul
__________________
Pentium D 805 Overclocked to 3.4 per core
Zalman Cpu cooler
ASUS p5rd1-vm
512MB PC 3200
Antec SuperLanBoy case
2x120mm Antec case fans ( one has leds)
dual cold cathode lights
Dynex 500watt PSU w/ 24pinATX
Creative Audigy SE sound card.
120GB 7200RPM hitachi HDD
20GB 7200RPM Western Digital HDD ( shared network drive)
48x CD-RW
DVD-ROM sony
240watt amp reciever philips speakers
17inch emprex lcd monitor
Geek Squad 700avr UPS
Slipaway172's Avatar
Senior Member with 155 posts.
 
Join Date: Apr 2005
Location: Dacula, GA
Experience: A+ certified/Geek Squad
12-Dec-2005, 07:17 PM #2
would java sudio be a ok place to start?
and yes i do understand that programming will be VERY hard.
aewarnick's Avatar
Senior Member with 839 posts.
 
Join Date: Sep 2002
12-Dec-2005, 08:11 PM #3
I myself, started with C# and moved on permanantly to c++. I will never touch VB with a 200 ft pole.

You can use Dev-C++ with c and c++ or Code::Blocks. If you want to spend money, get Visual C++ standard edition (100 bucks).
Slipaway172's Avatar
Senior Member with 155 posts.
 
Join Date: Apr 2005
Location: Dacula, GA
Experience: A+ certified/Geek Squad
13-Dec-2005, 05:58 AM #4
what program do you use for C++?
Shadow2531's Avatar
Distinguished Member with 2,629 posts.
 
Join Date: Apr 2001
13-Dec-2005, 06:26 AM #5
Quote:
Originally Posted by Slipaway172
what program do you use for C++?

I myself use Mingw and a text editor.

Specifically, I use this distro. (If link is down, try later)

You install to c:\Mingw so that the bin directory is at c:\mingw\bin

Then, you have to add c:\mingw\bin to the PATH environment variable, or you can create a shortcut like this to use (assuming WinXP):

Code:
%COMSPEC% /K "set PATH=%SystemDrive%\mingw\bin;%PATH% && set RM=del && cd %USERPROFILE%\desktop && cls && echo MinGW 3.4.2 && prompt $P$_$_$G$S"
(to create a shortcut, right-click on desktop -> new -> shortcut and paste the command in)


Then, to compile, you do:

g++ -Wall -Wextra file.cpp -o file -s

An example c++ program would be:

file.cpp
Code:
#include <iostream>

using namespace std;

int main() {
    cout << "Hello, world!" << endl;
}
Note: For command line programs like the above, you generally don't double-click the exe. You open a command prompt and type file.exe and press enter.

There are many text editors you can use (search google):
Metapad, notepad++, notepad2, jedit, editplus, ultraedit, regular ol notepad.etc.

If you want an IDE that includes Mingw, you can use DevC++, but you should learn how to do things manually first.
__________________
10 ? "a line as the unending horizon"
20 ? "a curve as the rolling hillside"
30 ? "a point as a distant bird"
40 ? "a ray as the rising sun"
run
aewarnick's Avatar
Senior Member with 839 posts.
 
Join Date: Sep 2002
13-Dec-2005, 09:55 AM #6
I use Visual C++ only because Dev-C++ does not compile Gdi+. Other wise I would use Dev-C++ or maybe Code::Blocks. I havn't had a chance to play with Code::Blocks much.
blaqDeaph's Avatar
Senior Member with 860 posts.
 
Join Date: Nov 2005
Location: Down Under!
Experience: Enough
18-Dec-2005, 02:32 AM #7
I've used DevC++, and no complaints so far.
mphair's Avatar
Senior Member with 146 posts.
 
Join Date: Dec 2005
Location: Huntington Beach, CA
Experience: I get by
19-Dec-2005, 03:41 AM #8
YAY PYTHON!
python.org
sorry, i felt a sudden urge
-mphair
Reply


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

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 Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:23 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.