Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 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
Default 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.
ThinkFree is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-06-2008, 05:38 PM   #2 (permalink)
Indidiot
 
Plasma_Snake's Avatar
 
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
Question 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.
Plasma_Snake is offline  
Old 10-06-2008, 08:12 PM   #3 (permalink)
* Teh Flirt King *
 
Quiz_Master's Avatar
 
Join Date: Dec 2005
Location: Originally From : Ratlam M.P., Currently in: Hyderabad
Posts: 972
Default 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.
Quiz_Master is offline  
Old 10-06-2008, 08:46 PM   #4 (permalink)
Apprentice
 
Join Date: May 2006
Posts: 84
Default Re: Anyone using NetBeans IDE

yes but u will have to install a c compiler before using it

e.g.: cygwin or migwin
purujitb is offline  
Old 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
Default 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.
ThinkFree is offline  
Old 11-06-2008, 02:19 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 11-06-2008, 05:47 PM   #7 (permalink)
The rated R superstar.
 
Join Date: Jun 2008
Location: Visakhapatnam
Posts: 85
Default Re: Anyone using NetBeans IDE

Oh ye u can.
__________________
I'm very responsible, when ever something goes wrong they always say I'm responsible.
roshan1236a is offline  
Old 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
Default Re: Anyone using NetBeans IDE

^^But how. Unable to remove the error
ThinkFree is offline  
Old 12-06-2008, 11:20 AM   #9 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default 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
QwertyManiac is offline  
Old 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
Default 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?
ThinkFree is offline  
Old 13-06-2008, 11:35 AM   #11 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default 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
QwertyManiac is offline  
Old 13-06-2008, 08:39 PM   #12 (permalink)
Apprentice
 
Join Date: May 2006
Posts: 84
Default 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).
purujitb is offline  
Old 14-06-2008, 05:15 PM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2008
Location: 127.0.0.1
Posts: 2
Default 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 !!
anurag.arora is offline  
Old 25-07-2008, 09:32 AM   #14 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2008
Posts: 1
Default Re: Anyone using NetBeans IDE

It will not work as netbeans,But it requires a C compiler, C++ compiler, make utility, and debugge all of which doesn't have.

follow instructions from The link given below for accessing netbeans.

http://www.netbeans.org/community/re...tructions.html

-----------------
jackabc
social media marketing
jackabc is offline  
Old 25-07-2008, 01:09 PM   #15 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Default 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
prasath_digit is offline  
Closed Thread

Bookmarks

Thread Tools
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
Free NetBeans Starter kit DVD amitava82 Chit-Chat 14 21-01-2008 09:51 AM
Netbeans 6 Released techbirbal Technology News 3 04-12-2007 02:28 PM
Whats wrong? JSP in netbeans? nithinks QnA (read only) 6 08-03-2007 05:08 AM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2