Showing posts with label c. Show all posts
Showing posts with label c. Show all posts

Friday, December 16, 2016

Difference Between Java and C

Difference Between Java and C



Java C++
import java.util.Scanner; #include<iostream>
import java.lang.Math; #include<math.h>
Using namespace std;
class hi
{
public static class Ead Class Ead
{ {
public:
void sqroot(float num) void sqroot(float num)
{ {
System.out.println (“aans=”+Math.sqrt(num)); cout<<"Square root = " << sqrt(num);
} }
}; };
public static void main(String [] args) main()
{ {
Ead obj = new Ead(); Ead obj;
Scanner a = new Scanner(System.in); int num;
cin>>num;
Int num = a.nextInt();
obj.sqroot(num); obj.sqroot(num);
} }
}

Go to link Download

Read more »

Monday, November 7, 2016

Download Latest Turbo C 4 5 For windows

Download Latest Turbo C 4 5 For windows


       

         Name:-  Turbo C++ 4.5
         File name:- Turbo C++ v4.5.exe
             Version:-   4.5
          Languange :  English
         Medicine :   Freeware
         OS Support:-   Windows  7 / 8/8.1/Vista/Xp
         Password :  No
         Type File :  .exe
         Added :  9 November 2013
         Publisherturboexplorer.com
         Size :  25 MB



About Turbo C++:-   
  • Turbo C++ is Best known Programming Software For Professional..It is a Best Compiler..
  • Integrated Devlopment Setting(IDS) Initially Devloped by Borland..
  • It help us to do complete programming for laptop or destop..
  • Turbo C++ is full of C & C++..
Screen Shots:-













                                                    Download From Below Link:-

                                        ::: Download Now Turbo C++ 4.5:::::



Go to link Download

Read more »

Wednesday, August 31, 2016

Dev C 4 9 Free Download

Dev C 4 9 Free Download


Full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Feature list

Another Dev-C++ screenshot
  • Support GCC-based compilers
  • Integrated debugging (using GDB)
  • Support for multiple languages (localization)
  • Class Browser
  • Code Completion
  • Debug variable Browser
  • Project Manager
  • Customizable syntax highlighting editor
  • Quickly create Windows, console, static libraries and DLLs
  • Support of templates for creating your own project types
  • Makefile creation
  • Edit and compile Resource files
  • Tool Manager
  • Print support
  • Find and replace facilities
  • Package manager, for easy installation of add-on libraries
  • CVS Support
  • To-Do List
  • CPU Window



Go to link Download

Read more »