IDE

Discuss Computer Science and Programming related problems

Moderators:Labib, bristy1588

qeemat
Posts:11
Joined:Thu Feb 16, 2012 6:43 pm
Re: IDE

Unread post by qeemat » Fri Feb 17, 2012 4:52 pm

Eclipse is the best IDE for these languages . Also available other IDE like Aptana studio and Net beans

Hasib
Posts:238
Joined:Fri Dec 10, 2010 11:29 am
Location:খুলনা, বাংলাদেশ
Contact:

Re: IDE

Unread post by Hasib » Sat Mar 10, 2012 12:36 am

I use ideone.com
the online compiler :)
dont need any pc :)
A man is not finished when he's defeated, he's finished when he quits.

User avatar
leonardo shawon
Posts:169
Joined:Sat Jan 01, 2011 4:59 pm
Location:Dhaka

Re: IDE

Unread post by leonardo shawon » Sun Jan 13, 2013 12:59 am

for Java, i usually use dr java. but for a large project, NetBeans usually works well. Eclipse is good for java as well.
Ibtehaz Shawon
BRAC University.

long way to go .....

User avatar
nafistiham
Posts:829
Joined:Mon Oct 17, 2011 3:56 pm
Location:24.758613,90.400161
Contact:

Re: IDE

Unread post by nafistiham » Sun Jan 13, 2013 8:47 am

I also use ideone.com. it's easier to save and sort.
\[\sum_{k=0}^{n-1}e^{\frac{2 \pi i k}{n}}=0\]
Using $L^AT_EX$ and following the rules of the forum are very easy but really important, too.Please co-operate.
Introduction:
Nafis Tiham
CSE Dept. SUST -HSC 14'
http://www.facebook.com/nafistiham
nafistiham@gmail

User avatar
kfoozminus
Posts:33
Joined:Mon Nov 26, 2012 4:52 pm
Contact:

Re: IDE

Unread post by kfoozminus » Mon Jan 14, 2013 1:32 am

code::blocks, still! ;)

mission264
Posts:6
Joined:Sun Jan 05, 2014 5:27 pm

Re: IDE

Unread post by mission264 » Sun Jan 05, 2014 6:00 pm

codeblocks/geany

User avatar
*Mahi*
Posts:1175
Joined:Wed Dec 29, 2010 12:46 pm
Location:23.786228,90.354974
Contact:

Re: IDE

Unread post by *Mahi* » Thu Jan 09, 2014 1:49 am

My favorite one would be gEdit.
Though not an IDE by the purest definition, it enables personalization to a great extent with external tools and snippets :D for example, assigning a shortcut to the following external tool code you can make a "build and run" option-

Code: Select all

#!/bin/sh
g++ ${GEDIT_CURRENT_DOCUMENT_NAME%} -o ${GEDIT_CURRENT_DOCUMENT_NAME%.*}
if [ -f ${GEDIT_CURRENT_DOCUMENT_NAME%.*} ];
then
    gnome-terminal –working-directory=$GEDIT_CURRENT_DOCUMENT_DIR -e "bash -c \"./${GEDIT_CURRENT_DOCUMENT_NAME%.*}; read line;\"" &
fi
Please read Forum Guide and Rules before you post.

Use $L^AT_EX$, It makes our work a lot easier!

Nur Muhammad Shafiullah | Mahi

Post Reply