 |
10-06-2008, 05:11 PM
|
#1 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Anyone using NetBeans IDE
Can NetBeans IDE be used for compiling simple C++ programs? Whenever I try to compile any C++ program, it says makefile has not been added.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
10-06-2008, 05:38 PM
|
#2 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Anyone using NetBeans IDE
I don't think so coz as far as I've used Netbeans IDe, which is limited BTW, one can use it for inly Java. Use Visual Studio if want an all in one package for C,C++,C# etc.
|
|
|
10-06-2008, 08:12 PM
|
#3 (permalink)
|
|
* Teh Flirt King *
Join Date: Dec 2005
Location: Originally From : Ratlam M.P., Currently in: Hyderabad
Posts: 972
|
Re: Anyone using NetBeans IDE
Yes..NetBeans IDE can be used for C/CPP coding..
http://www.netbeans.org/features/cpp/index.html
I use eclipse though (for java).
__________________
World is just a Quizzical Reality : Quiz_Master//Ashwin :D
Blog: http://ashwinsaxena.com/blog - Tech, Life and Other Things.
|
|
|
10-06-2008, 08:46 PM
|
#4 (permalink)
|
|
Apprentice
Join Date: May 2006
Posts: 84
|
Re: Anyone using NetBeans IDE
yes but u will have to install a c compiler before using it
e.g.: cygwin or migwin
|
|
|
11-06-2008, 01:59 PM
|
#5 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: Anyone using NetBeans IDE
^^I provided DEV-CPP as compiler to Netbeans(under options) but still It gives a message that says MAKEFILE hasn't been included and it doesn't compile program.
Rudick, DevCPP can be used for a number of languages like Java, C++, Ruby etc.
|
|
|
11-06-2008, 02:19 PM
|
#6 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Anyone using NetBeans IDE
makefile isn't same as the compiler. I don't know how to solve the problem but this might help you. This site explains what is make - http://www.eng.hawaii.edu/Tutor/Make/
__________________
http://www.bash.org/?258908
|
|
|
11-06-2008, 05:47 PM
|
#7 (permalink)
|
|
The rated R superstar.
Join Date: Jun 2008
Location: Visakhapatnam
Posts: 85
|
Re: Anyone using NetBeans IDE
Oh ye u can.
__________________
I'm very responsible, when ever something goes wrong they always say I'm responsible.
|
|
|
12-06-2008, 10:19 AM
|
#8 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: Anyone using NetBeans IDE
^^But how. Unable to remove the error
|
|
|
12-06-2008, 11:20 AM
|
#9 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Anyone using NetBeans IDE
Its best, for simple programs of any language, to never use an IDE.
Anyway lets follow what they have to say:
http://www.netbeans.org/kb/60/cnd/quick-start.html
__________________
Harsh J
www.harshj.com
|
|
|
13-06-2008, 09:49 AM
|
#10 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: Anyone using NetBeans IDE
^^I have already read that but unable to get my problem solved. Why do you think IDE should not be used?
|
|
|
13-06-2008, 11:35 AM
|
#11 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Anyone using NetBeans IDE
You waste more time on configuring it for things that are way beyond the level you ought to start with, just like you are doing now! When you do projects you will require makefiles and such but for now quit it and use any simple editor (Notepad++ or gedit and those kind, or cli if you prefer), and use the g++/cc/etc commands to compile
__________________
Harsh J
www.harshj.com
|
|
|
13-06-2008, 08:39 PM
|
#12 (permalink)
|
|
Apprentice
Join Date: May 2006
Posts: 84
|
Re: Anyone using NetBeans IDE
dev cpp will not work as netbeans requires a C compiler, C++ compiler, make utility, and gdb debugger all of which Dev cpp doesn't have.
try cygwin and follow instructions from here.
http://www.netbeans.org/community/re...tructions.html
If you are a beginner then try using a simple editor as people have recommended(Nodepad++ is a great one).
|
|
|
14-06-2008, 05:15 PM
|
#13 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jun 2008
Location: 127.0.0.1
Posts: 2
|
Re: Anyone using NetBeans IDE
i am unable to set path in j2DK .... the script gets compiled but i ma unable to run the script ...it says noclasdeffound.....like plz ..help me guys ./..trying from so many days !!
|
|
|
25-07-2008, 01:09 PM
|
#15 (permalink)
|
|
prasath->loves(APPLE);
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
|
Re: Anyone using NetBeans IDE
Unless ur working on Linux consider using VC++ 2008 Express its totally free and comes with .NET FrameWork 3.5
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|