Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Vozdra ljudi...imam jedan problem
Imam uradjenu konzolnu aplikaciju u obicnom devCpp-u i radi normala medjutim asistent na faxu insistira da to bude aplikacija sa formama i sad imam problem u tome sto neznam koji C++ kompajler ima podrzan rad sa formama?
Probao sam Visual C++ medjutim sintaksa je cini mi se drugacija a neda mi se petljati sada sa tim...pa eto ima li neko da preporuci koji C++ kompajler da skinem i po mogucnosti link da stavi odakle bi ga skinuo? Hitno mi je potrebno pa eto, ljudi dobre volje pomagajte
Dev-C++ is a full-featured integrated development environment (IDE), which is able to create Windows or console-based C/C++ programs using the Mingw compiler system (version MSVCRT 2.95.2-1 included with this package), or the Cygwin compiler. It can also handle the Insight Debugger, which you can also download here. - C and C++ compiler for Win32 (Mingw)
- Debugger (GDB or Insight)
- Customizable syntax highlighting
- Powerful multi-window editor with many options
- Work in source file or project mode
- Setup creator
- Create console, windows and DLL programs
- Resource file editing (menu creator...)
- Project Manager, compiler, linker and resource results
- Insert automatically C/C++ codes and statements
- Makefile automatic creation
- 2 different icon sets for menus and toolbars in Dev-C++
- Tool manager
- Templates for creating your own project types
- Much more...
Instaliraj C++Builder Borlandov, i tu ti je to najlakse rijesiti.
Da bi napravio win aplikaciju (koristeci forme) u nekom drugom C++ kompajleru morao bi ili poznavati MFC (VC++) ili recimo koristiti wxWidgets (koji imas najbolje rijesen sto se tice frameworka insistira li ti asistent na DevC++-u).