Re: List of C++ gui compiler and book?

2015-03-01 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: List of C++ gui compiler and book? BGT is a good choise in my idea if you are new to audio game development, but after that you can go and learn C++ URL: http://forum.audiogames.net/viewtopic.php?pid=206912#p206912 ___ Audiogames

Re: List of C++ gui compiler and book?

2015-03-01 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: List of C++ gui compiler and book? BGT is a good choice in my idea, if you are new to audio game development, but after that you can go and learn C++ URL: http://forum.audiogames.net/viewtopic.php?pid=206912#p206912 ___ Audiogames

Re: List of C++ gui compiler and book?

2015-02-18 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: List of C++ gui compiler and book? hi all,c++ in my idea is very easy to setupjust download code::blocks with MinGW fromhereand install it!but for supporting windows API, it is not complete and it doesnt support all of thembut many of them is not neededfor build system, i recommend

Re: List of C++ gui compiler and book?

2015-02-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Okay. Look. C++ is the same speed as C on average. If your compiler makes C faster, thats the fault of the compiler and not the language. This speed difference is a myth. You can do slow things in C and you can do slow things in C++, but Ive got

Re: List of C++ gui compiler and book?

2015-01-30 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Everything I said above holds. But this thread isnt going to go away until someone gives an answer, so fine. This is still the brief version. The long version is multiple pages, including a Cmake tutorial and a Cdb tutorial. If you have a proven

Re: List of C++ gui compiler and book?

2015-01-30 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Everything I said above holds. But this thread isnt going to go away until someone gives an answer, so fine. This is still the brief version. The long version is multiple pages, including a Cmake tutorial and a Cdb tutorial. If you have a proven

Re: List of C++ gui compiler and book?

2015-01-30 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: List of C++ gui compiler and book? So, I was looking at Visual Studio express and it says that one should use Visual Studio Community instead. Is Visual Studio Community accessible?Also, I dont really wish to use VS for anything but compiling and, if needed, DLL management, so

Re: List of C++ gui compiler and book?

2015-01-30 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: List of C++ gui compiler and book? I do enjoy cmake and nmake, although make is kind of a cross between cmake and nmake. If I were to get Jom, is it just like nmake or cmake, but uses all your processor cores? Ill have to do some esearch. URL: http://forum.audiogames.net/viewtopic.php

Re: List of C++ gui compiler and book?

2015-01-30 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Jom is supposedly compatible with Nmake, but Cmake has a specific generator for it that does who knows what and theres no reason to write the files directly.Enjoy is an interesting word choice. For some real fun, go read the Libaudioverse build

Re: List of C++ gui compiler and book?

2015-01-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: List of C++ gui compiler and book? You probably might. But its quite easy to set up C++. Sure, it might take a while, but really, Camlorn? I have reviewed many, many books, references, and the standard itself. C++ is fine for me, and Nara might find it interesting as well. Just dont

Re: List of C++ gui compiler and book?

2015-01-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? First, yes, I can actually do everything I want in Go or Java. Both are fast enough for DSP, provided that one does not wish to build a library that can be used from multiple other languages. I can also do everything I want to do in Python, if Im

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: List of C++ gui compiler and book? Look, Camlorn.It doesnt matter if C++ is nearly impossible to get set up or what. Who cares about its setup time. The only thing Nara wants to know is good GUIs and books. That does not give you the right to basically take charge of the topic and say

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: List of C++ gui compiler and book? @burak, Im not doing what you just said Im doing in post 8. In fact, Im simply warding Camlorn off and telling him to not practically command people to not use C++. URL: http://forum.audiogames.net/viewtopic.php?pid=202670#p202670

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : burak via Audiogames-reflector
Re: List of C++ gui compiler and book? *sighs*Look, Ethin. Why are you just trying to scream at all people? Well, camlorn warns the first poster, is he doing anything wrong? I dont think so. URL: http://forum.audiogames.net/viewtopic.php?pid=202659#p202659

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? I have commanded no one to do anything and even provided an abbreviated answer in post 2. If you do not have the knowledge to set C++ up, explaining the intricacies of getting to the point of actually being able to do a project is a very time

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: List of C++ gui compiler and book? @camlorn, post 2 is completely unjustified and uncalled for. Good way to push people off the forum, at least. If people want something, just tell them what they want to know. Dont go telling everyone that C++ is impossible on this forum.@Nara, Id

Re: List of C++ gui compiler and book?

2015-01-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Post 2 is completely justified. Getting C++ to even work in the first place as a blind person is an incredibly fiddly and difficult procedure if you dont know programming, and better options for first programming language include basically everything

Re: List of C++ gui compiler and book?

2015-01-24 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: List of C++ gui compiler and book? Hello,why should one use visual studio express instead of minGW? Granted, I have not really done any huge C++ projects, but for what I have done, g++ works great... URL: http://forum.audiogames.net/viewtopic.php?pid=202169#p202169

Re: List of C++ gui compiler and book?

2015-01-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? because MinGW gives you access to like 2/3 of the Windows API at most, with crucial things missing almost at random. Its also a *lot* harder to set up if you dont know how these days, as theyve moved to a installer with some interesting

Re: List of C++ gui compiler and book?

2015-01-22 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: List of C++ gui compiler and book? Im not helping until I know why youre using C++, as its the wrong choice for 95% of projects that come up on these forums, its harder than almost any other programming language and walking you through the setup is going to take quite a while. A list