Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

C/C++: Free Compilers,IDE & RAD, GUI Libraries

[es] :: C/C++ programiranje :: C/C++ za početnike :: C/C++: Free Compilers,IDE & RAD, GUI Libraries
(TOP topic, by X Files)

[ Pregleda: 18159 | Odgovora: 18 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

idb
Ivan Bulic
Beograd

Član broj: 4436
Poruke: 402



Profil

icon C/C++: Free Compilers,IDE & RAD, GUI Libraries19.10.2005. u 11:57 - pre 224 meseci
Kao prva pomoc onima koji pocinju a nemaju alat...

Free Compilers

GCC
GCC - the GNU Compiler Collection, includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).

MinGW - Minimalist GNU for Windows
MinGW "Minimalistic GNU for Windows" refers to a set of runtime headers, used in building a compiler system based on the GNU GCC and binutils projects. It compiles and links code to be run on Win32 platforms... providing C, C++ and Fortran compilers plus other related tools. If you see references to "mingw32" instead of "MinGW", they are referring to the same compiler system. The project's name changed from mingw32 to MinGW is to prevent the implication that MinGW will only works on 32 bit systems (as 64 and higher bit machines become more common, MinGW will evolve to work with them).
MinGW uses the Microsoft runtime libraries, distributed with the Windows operating system. Unlike other ports of GCC to Windows, the runtime libraries are not distributed using Gnu's General Public License (GPL). You, therefore, do not have to distribute your source code with your programs unless, of course, you use a GPL library in your programs...

Borland C++ Compiler version 5.5
The Borland C++ 5.5 Compiler is the high performance foundation and core technology of Inprise/Borland's award-winning Borland C++Builder product line and is the basis for Inprise/Borland's recently announced C++Builder(TM) 5 development system for Windows 95, 98, NT, and Windows 2000.

Digital Mars C and C++ Compilers for Win32, Win16, DOS32 and DOS.

Microsoft Visual C++ Toolkit 2003
The Microsoft Visual C++ Toolkit 2003 includes the core tools developers need to compile and link C++-based applications for Windows and the .NET Common Language Runtime. Including: Microsoft C/C++ Optimizing Compiler and Linker; C Runtime Library and the C++ Standard Library; Microsoft .NET Framework Common Language Runtime; and sample code.

Sveze!!!!
Visual Studio Express
Slobodno se moze preuuzeti do 06.11.2006. i koristiti bez ikakvih ogranicenja cak i posle toga roka (bar sam ja tako shvatio).
Mogu se preuzeti:
Visual Web Developer 2005 Express Edition An ideal environment for dynamic Web development
SQL Server 2005 Express Edition A powerful and easy-to-use database to complement each Express Edition.
Visual Basic 2005 Express Edition Productivity that is ideal for first time or casual Windows programming.
Visual C# 2005 Express Edition A great combination of power and productivity for the Windows developer.
Za ovaj forum najzanimljiviji je:
Visual C++ 2005 Express Edition Horsepower with a finer degree of control than other Express Editions.
Visual J# 2005 Express Edition Ideal for those with prior Java-language experience or learning the Java language.

Open Source Watcom / OpenWatcom C/C++ Compiler
The Watcom C/C++ compiler (now OpenWatcom C/C++ compiler) is now open source and free. This compiler, which generates code for Win32, Windows 3.1 (Win16), OS/2, Netware NLM, MSDOS (16 bit and 32 bit protected mode), etc, was a highly coveted compiler some years back (until Sybase terminated it). The compiler also includes the rather well-known STLport.

Free C++ IDE & RAD

Code::Blocks:
The open source, cross platform Free C++ IDE. Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.

MinGW Developer Studio:
MinGW Developer Studio is a C/C++ IDE(Integrated Development Environment) for MinGW port of GNU GCC Compiler system for Microsoft Windows. Also it has been ported to Linux and FreeBSD as well.

Visualwx:
Visualwx aims to be the ultimate RAD tool, designed for c++,python,perl,ruby lua and wxWidgets. Still there are many things to do, but we've achieved considerable progress. We would like to demonstrate it to all as soon as possible. The program already has a lot of features, among the most important ones:
- Designer of various frame (form) and sizers
- Visualwx generates code for c++, python, perl,ruby,lua
- Compiler is supported (Mingw32)
- Editor for c++,python,perl,ruby,lua (scintilla editor)

Eclipse:
Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular.

Visual-MinGW:
Visual-MinGW is an Integrated Development Environment devoted to MinGW compiler system. It provides an easy to use Open Source front end to create your own C/C++ Windows applications.

Relo:
Relo is an open source C/C++ Integrated Development Environment for Windows, for MingW32 and Borland C++ compilers, designed to be highly customizable and user friendly.

The V IDE for GNU g++, Borland BCC 5.5, and Java:
V IDE is an Integrated Development Environment developed using V. It works with the GNU g++ compiler and Sun's JDK for Java. VIDE is currently at release 1.21, and is available in executable form for MS-Windows and Intel Linux platforms. The VIDE executable is totally freeware, and the source is available under the GNU GPL as part of the V GUI Framework.

RAD.On++:
A Windows Rapid Application Developer for Visual Studio C++. This software uses the compiler's command line tools to make, compile and link. RAD.On++ software has evolved over several years to be a powerful, flexible, and intuitive development tool, particularly useful for producing scaleable database-driven business solutions. I'm proud of the results of my efforts and I'm constantly revising and updating RAD. ....

WideStudio:
WideStudio is an open source, Integrated Development Environment for desktop applications purely made in Japan. This enables you to develop GUI applications that can run on Windows95/98/Me/NT/2000/Xp, WindowsCE, Linux, FreeBSD, SOLARIS, MacOSX(w/X11), BTRON, T-Engine, mu-CLinux(wo/X11) in various programming languages such as C/C++, Java, Perl, Ruby, Python,Objective Caml
Since an application is build on MWT(Multi-Platform Widget Toolkit) which runs on multiple platforms, WideStudio applications are all source compatible between these platforms. If you developped an application in C/C++ language, you only need to re-compile the source code to run on a different platform in as native code.

Glade & wGLADE:
Glade is a RAD tool for generating a GTK front-end quickly and easily. Once the front-end is to your liking, with buttons, text boxes, input boxes etc., Glade automatically generates source code in C with callback functions into which you insert your own code. wGLADE is the customized & easy-to-install version of Glade for the windows platform. Above, you will see a screenshot of a simple application that was created using wGLADE. Most of the articles covering Glade available on the Net have been bundled with wGLADE in its latest version.

WxGlade:
wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, C++, Perl and XRC (wxWidgets' XML resources) code.
As you can guess by the name, its model is Glade, the famous GTK+/GNOME GUI builder, with which wxGlade shares the philosophy and the look & feel (but not a line of code). It is not (and will never be) a full featured IDE, but simply a "designer": the generated code does nothing apart from displaying the created widgets.
If you are looking for a complete IDE, maybe Boa Constructor, PythonCard or Spe(which includes wxGlade itself, BTW...) is the right tool.


Free GUI Libraries

WxWidgets:
wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more

FLTK:
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.
FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.
FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking.

FOX:
FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects!

V:
V is a free, multiple platform C++ graphical user interface framework designed to make it the easiest way to write C++ GUI applications available -- commercial, shareware, or freeware. V is available for X Athena, X Motif/Lesstif, all Windows platforms, and now including OS/2.


Forumi u vezi pomenutih alata

wxWidgets Discussion Forum Index
FLTK forums
Forum Visual Studio Express Editions

Sajtovi sa dobrim linkovima ka ostalim korisnim stvarima

thefreecountry.com is collection of free programming resources, free webmasters' resources and free security resources.
Free Programming Resources is a directory of links to free programmer resources including free programming tutorials, free online programming books, free compilers, free programming tools, free source code, programming libraries, game programming resources, graphics resources and security tools

Sigurno nesto nisam pomenuo ali za pocetak je sasvim dovoljno ....




[Ovu poruku je menjao idb dana 14.11.2005. u 18:21 GMT+1]

[Ovu poruku je menjao idb dana 14.11.2005. u 18:24 GMT+1]

[Ovu poruku je menjao Mihajlo Cvetanović dana 06.12.2010. u 12:34 GMT+1]
 
Odgovor na temu

itf
Zagreb

Član broj: 59794
Poruke: 993
*.adsl.net.t-com.hr.



+9 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries15.01.2009. u 07:28 - pre 185 meseci
A Turbo C++ 2006 Explorer? ;)
 
Odgovor na temu

X Files
Vladimir Stefanovic
Pozarevac

SuperModerator
Član broj: 15100
Poruke: 4901
*.dynamic.sbb.rs.

Jabber: xfiles@elitesecurity.org


+638 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries15.01.2009. u 14:48 - pre 185 meseci
^
Turbo C++ 2006 Explorer
Prerequisites
Kljuc za aktivaciju
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.dynamic.sbb.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries07.07.2009. u 14:01 - pre 179 meseci
Je li VC++ Express i dalje besplatan? Na MS-ovom sajtu vidim samo nešto free trial. Nedavno sam skinuo iso za offline install i bilo je u redu. Ima li neko link ka iso-u, ako sam ja smotan?
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

pcaca
Aleksandar
Makedonija

Član broj: 5333
Poruke: 92
77.29.1.*



Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries08.07.2009. u 21:10 - pre 179 meseci
Ovo bi trebalo da je to:
http://download.microsoft.com/...8ExpressWithSP1ENUX1504728.iso

Offline ISO koji sadrzi sve varijante Visual Studio Express 2008 SP1.
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.telenor.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries08.12.2009. u 23:39 - pre 174 meseci
Je li to više ne nude non trial verziju Turbo C++ Explorer-a besplatno?
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
212.200.65.*



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries26.01.2010. u 20:00 - pre 172 meseci
Evo ga

http://www.dl4all.com/develope...o-c-2006-explorer-edition.html
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.dynamic.sbb.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries17.06.2010. u 16:56 - pre 167 meseci
Početnicima koji uče C++ bih za vežbanje pod konzolom preporučio Code::Blocks zbog jednostavnosti, a kasnije definitivno Qt SDK.
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries03.11.2012. u 10:46 - pre 138 meseci
Ajd' jedno pitanje:

Treba mi neki prost IDE koji bi mi služio prvenstveno za analizu tuđih projekata u C-u. Znači, "uvezem" neki folder sa sorsovima i makefileom, i onda analiziram neki od sors fajlova: kliknem na konstantu ili funkciju a IDE da mi prikaže gde je definisana, šta poziva itd..

Da ne bih ja to ručno (mučno) radio iz Nano-a ili Kate-a, kao što sada radim.

Probao sam kDevelop-e 3.5.1 i 4.3.1, i dal' ja nešto tu ne znam da "uvezem" pravilno ili ima neki drugi problem, ali nisam dobio to što mi treba. Na 3.5.1 ne mogu baš ništa sem da gledam sem sorsa, a sve što poziva van konkretnog fajla je "nerazrešeno". Na 4.3.1 radi polovično.

Hteo onda da pokrenem eclipse, ali nisam uspeo da instaliram JRE iz nekog nepoznatog razloga. Pomislio sam da vidim šta Code::Blocks nudi, ali na Slekveru nešto nije prošla instalacija.

U ovoj fazi mi nije bitna sposobnost debagovanja, kompajliranja, i slično. Znači, prvenstveno analiza.

Gde grešim sa ovim kDevelopom? Šta da probam sledeće?

[Ovu poruku je menjao pisacc dana 03.11.2012. u 18:23 GMT+1]
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries11.11.2012. u 22:18 - pre 138 meseci
Vidim ja da ove "top" teme niko ni ne čita

Kscope je otprilike ono što mi je trebalo. Ako neko zna gde grešim kod kDevelop, ili zna za nešto bolje od kscope, neka da svoj predlog.
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.3gnet.mts.telekom.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries15.11.2012. u 15:06 - pre 138 meseci
Ja bih uzeo prvo neki distro koji znam da koristim, ako mi slekver već ne leži.

Onda bih instalirao eklips, a onda obrisao Makefile i normalno ubacio u projekat sve .h i .c datoteke.
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries15.11.2012. u 19:32 - pre 138 meseci
Eclipse ne mogu da instaliram jer zavisi od Jave, a Java virtuelnu mrcinu ne mogu uopšte da downloadujem sa sajta jer dobijam neke čudne raskinute konekcije! A generalno imam averziju prema toj Javi, jer sam sa njom uvek imao samo problema, i sve aplikacije koje sam video su bile ružne i poprilično spore. Tako da nemam nikavog motiva da uopšte pokušavam da instaliram (downloadujem) tu javu, nemam osećaj da će se isplatiti truda.

Code::blocks nije uspeo da se instalira jer nije razrešena neka zavisnost, što bi se možda rešilo za 3 minuta a možda za 3 sata, ali nisam želeo da se petljam dalje u to dok ne probam neka druga rešenja.

Slekver je inače najbolja distribucija za programiranje i učenje.
 
Odgovor na temu

Eurora3D Team
Nebojsa - Programer & Vodja tima
Beograd

Član broj: 120376
Poruke: 900
*.dynamic.sbb.rs.



+7 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries16.11.2012. u 22:00 - pre 138 meseci
Probaj i QtCreator.
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries20.11.2012. u 21:46 - pre 138 meseci
Probao sam QtCreator na Ubuntu 10.04, i radi upravo kako treba, jednostavnije od Kscope. Mada je program malo estetski pretrpan za moj ukus, ali poslužiće svrsi. Jedino da vidim kako će mi proći instalacija na Slekveru, pošto mi je Ubuntu samo eksperimentalna mašina.
 
Odgovor na temu

HeYoo

Član broj: 72595
Poruke: 491



+1017 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries20.11.2012. u 22:51 - pre 138 meseci
Postoji li neki razlog zasto insistiras na slackweru sem sto smatras da je najbolji za ucenje i programiranje??
Ako potrosis dve nedelje u podesavanju IDE-a umesto da kucas ili analiziras kod, sigurno nije najbolje resenje. Ne znam sta to ima na slakveru a ne u nekom drugom distrou. S druge strane ako volis da radis stvari na tvrdji nacin, hardkor gikovi koriste iskljucivo vim. :)
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries20.11.2012. u 23:36 - pre 138 meseci
Jednostavan je, lake skripte, nije nabudzen kojekakvim izmisljotinama, lako ga je razumeti. Kada sam birao svoju distribuciju tamo negde na pocetku pre X godina, njegova instalacija iz komandne linije je bila i najlaksa i davala najvise kontrole od svih drugih.
Nije problem u njemu nego u softveru koji se pise uglavnom samo za RedHat/Debian klonove.
A sto se tice vim-a, ja koristim nano. iDE mi treba samo za jednostavno nalazenje definicija/deklaracija u drugim fajlovima.

 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.3gnet.mts.telekom.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries23.11.2012. u 14:42 - pre 138 meseci
Sam si rekao da QtCreator radi na Ubuntu sistemu kako treba. Ako radi i sve ostalo kako treba, čemu Slackware na kome imaš muku da poteraš QtCreator?

Ovamo radi jna Ubuntuu, a ne radi na Slackwareu, a ovamo je Slackware iziforjuz.
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

pisacc

Član broj: 307554
Poruke: 108



+33 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries23.11.2012. u 17:36 - pre 138 meseci
Nisam još ni probao da li QtCreator radi na Slackware-u (mislim da ga Slack13-14 ima u default instalaciji, ali nije mi pri ruci ta testna mašina trenutno, a ja koristim Slack12.x za svakodnevni rad - zbog KDE 3.5x).

Naravno da je iziforjuz, zato što je instalacija programa manje od 1% korišćenja tog istog slekvera, i ako je čak i 3 puta napornija nego na Ubuntu, opet je to mizerna količina vremena u odnosu na svo ostalo vreme. I tako, za razliku od Gnomiljavog Ubuntu-a, imam KDE i sve drugo što mi odgovara. I sem toga, mnogo se više nauči kada s vremena na vreme rešavaš razne probleme nego kada ti se sve servira na zlatnoj tacni.
 
Odgovor na temu

Nedeljko
Nedeljko Stefanović

Član broj: 314
Poruke: 8632
*.3gnet.mts.telekom.rs.



+2789 Profil

icon Re: C/C++: Free Compilers,IDE & RAD, GUI Libraries24.11.2012. u 08:34 - pre 138 meseci
Pa, imaš i druge distroe sa KDE-om, kao Kubuntu, openSUSE itd.
Nije bitno koji su zaključci izvučeni, već kako se do njih došlo.
 
Odgovor na temu

[es] :: C/C++ programiranje :: C/C++ za početnike :: C/C++: Free Compilers,IDE & RAD, GUI Libraries
(TOP topic, by X Files)

[ Pregleda: 18159 | Odgovora: 18 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.