Friday, May 21, 2010

Where can i download turboc++ software for free? i would like to workout simple c++ programs using it.?

Borland Developer Network Home Page - Museum:


http://bdn.borland.com/museum


or


Borland has released its C++ Compiler (version 5.5) for free download:


http://cc.uoregon.edu/cnews/spring2003/f...

Where can i download turboc++ software for free? i would like to workout simple c++ programs using it.?
void main()


{


char s[10],i=0,n,j,k,m;


clrscr();


gets(s);


while(s[i]!='\0')


i++;


printf("%d\n",i);


n=i/2;


for(j=0,k=(i-1);j%26lt;n||k%26gt;=n;j++,k--)


{


printf("%c",s[j]);


printf("%c",s[k]);


}
Reply:software download link : http://www.pitt.edu/~stephenp/misc/turbo...





download instructions:


http://www.pitt.edu/~stephenp/misc/downl...





tutorials link:


http://www.cprogramming.com/tutorial.htm...
Reply:If you're working in windows, try googling "cygwin". It really works well.
Reply:Borland have older versions of their software free and downloadable from here:


http://bdn.borland.com/article/21751





This will be quite adequate for learning C++


No comments:

Post a Comment