Recent content by arpitsri

  1. arpitsri

    How to learn Visual Studio C++ code, earlier used Turbo C++

    I have a basic to moderate knowledge of C/C++ Programming but in our school/college it is taught in Turbo C++ which I see has a code a bit different when compared with modern IDEs. So I want to make transition from Turbo C++ to Visual Studio but can't find any specific answer on internet. Any...
  2. arpitsri

    Unreal Development Kit or CryDev? which one should I download

    I want to download a free game engine, and for now these two of them looks quite promising. So I want to know which one should of them i should download. Things I want to do- Create a game something similar to GTA San Andreas or above(if possible) Pre installed animations and charectors for...
  3. arpitsri

    Is sourceforge.net a safe site to download open source software

    Currently I want to download Physics Abstraction Layer, so every time i write it over google, mostly sourceforge.net site appears. So is it a safe site for downloads.
  4. arpitsri

    Why there are different output for the following two same program in C++

    I mean that the following codes should have the same output, but a change of line is giving a whole different output. I'm using Turbo C++ compiler, I know that these codes are outdated but in my exams only these are going to come. Code 1 #include<iostream.h> #include<conio.h> void main()...