Jump to content
xisto Community

The Pixel Coder

Members
  • Content Count

    12
  • Joined

  • Last visited

About The Pixel Coder

  • Rank
    Newbie [Level 1]
  1. Well, for the home user, ZoneAlarm is in my opinion definitely th safest (even the free version).But since my router already has an internal firewall, i just activated th winXP sp2 firewall...
  2. Mmh, i see, but they do have SSH or telnet, as i read somewhere...So i would be able to execute commands from distance and execute apps on the server, right?
  3. I did so and it worked 85% well, but then im stuck with windows only, when i say CP, i mean crossplatform.
  4. Usually that works indeed, but what if they log your ip? Then one day you wake up, decide to have a look at your site by typing your domain and notice they deleted it... it's better to take care.
  5. Your code is 100% C++, not C.I understand your statement, you've probably used a compiler, like gcc, which compiles both C and C++...
  6. No need to blame this guy, remember this is his very first app, so if it does work, it's very good.Ofc Symba, my eyes were bleeding too when i saw those goto's, it made me remember of those old DOS Batch scripts...A switch would be appreciated too, it's more - beautiful - and i think also slightly more efficient...Gl in your new C++ world!
  7. You have the same issue as i had when i started using VS 2003.There are two ways:1. Convert your whole code to .net-independent code (hard, but it's worth it).2. Embed the framework IN your app: i dont really recommend this, because the .net wont act as a framework anymore, but instead it will all be loaded at once into the memory, resulting in an inefficient app. And btw, the framework is - as far as i know - like 100mb, good luck with that!
  8. Hi everyone,As a crossplatform developper, the main obstacle for me to write CP apps is the interface...Sure there are solutions like qt and gtk and such, but i'd prefer something more... rich, like an interface in Flash (swf) or if it really doesnt work, in Java (applet).How do you embed such a rich interface in a C++ app, and how do you make the swf or java communicate with the core of the app: c++ ?Let's say i make a windows instance using the win32, how do i then show and make work a beautiful and rich flash interface?Thx for suggestions and help...
  9. The only thing i like in vista is the look'n feel. Thats all.First off, it will EAT UP all your available RAM memory and will rip off your gpu.You need some damn good hardware in order to run vista normally (and what you have, isnt bad ofc, but vista wont be "fast").Also, i dont like the way it handles the filesystem. I didnt got to test it very much, but i know, if youre sb like me who likes to pimp his OS, youre not gonna like vista...That's why i'd recommend you the following:WinXP if you really need windows (Win2000 is even better in terms of speed, and stays on the top of security with the latest updates).Linux (my favorites are Suse 10.3 and ubuntu 7.10), in linux, you can change whatever you want to change, and you can also use things like Compizz to use some great 3D power on your desktop (even better than vista) while still keeping a normal-fast pc with your config.
  10. Is it possible to make a web-application or webservice, written in c++, that runs on a server like Xisto? (i can make both windows and linux binairies)Thx in advance for any help...
  11. Mmh, games huh. What kind of games? Crossplatfrom (opengl?) or windows-specific (DX?)I mostly prefer Code::Blocks IDE, which uses the MinGW (windows) compiler or GCC (linux). It even has a ready opengl sample application to get you started (no configuration or additional header files needed).If, however, youre going for DX, i suppose only windows, then i think MS Visual C++ would be a bad idea. I just saw VC++ 2008 is available to download and i also did so (however, not many changes compared to previous 2005 version).Gl with your game...
  12. It depends on what are your purposes:Are you going to develop for windows only? or are you going to take a broader range of OS's?MS Visual C++ is probably the best windows-only compiler, but it is a bit different of the other "general" compilers, like gcc. It has a good IDE though, and even a RAD solution with MFC and now also CLR...However, if you are more like me, and you prefer to write cross-platform apps, then you should consider GCC (for windows its MinGW). Ofc, here it's all about pure C++ (and without RAD -> wouldnt be crossplatform otherwise)...If you are going for Crossplatform RAD, it'd be a good idea to combine an app made with Lazarus (delphi lang, only for the interface of your app) with an external library (C++ lang, providing you all your c++ freedom).Hope this was some use for you...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.