| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 18 May 2008 18:50:55 IST
|
|
|
yes. bloodshed is free. borland c++ builder is freeware.
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 18 May 2008 18:52:55 IST
|
|
|
thankx 4 ur suggestions!!!!
|
<span style="font-size: .8em;">Get your own Celebrity Quotes from MyspaceCelebQuotes.com</span>
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 22:26:44 IST
|
|
|
Using turbo C++ is a sin. But sadly, but cbse course is based on it only =(
Use Dev C++ for vista.
|
http://14-69-8.blogspot.com
My blog |
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 22:30:19 IST
|
|
|
can u suggest any site name to download it for free...???
|
<span style="font-size: .8em;">Get your own Celebrity Quotes from MyspaceCelebQuotes.com</span>
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 22:34:33 IST
|
|
|
why u r not using Linux, it has inbuilt c compiler.
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 23:24:47 IST
|
|
|
@tweety
Bloodshed C++ is DevC++ :)
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 23:27:55 IST
|
|
|
kkkkk.....
|
<span style="font-size: .8em;">Get your own Celebrity Quotes from MyspaceCelebQuotes.com</span>
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 20 May 2008 23:31:15 IST
|
|
|
@vyzz
Are you able to compile your existing TC++ programs on Dev C++?
I'm getting errors while compiling my programs on Dev C++
|
"It is not enough to have a good mind. The main thing is to use it well."
"Take what you need; act as you must, and you will obtain that for which you wish!" |
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 21 May 2008 00:46:16 IST
|
|
|
Hi
Programs written for TC++ follow an outdated format. TC++ was released in 1994 or something. And, unfortunately, CBSE prescribes the same old rubbish syllabus.
There are couple of syntax differences if you write for Dev C++ or g++( in Linux). 1. #include and not #include 2. You have to add this statement before int main()
using namespace std; 3 You write int main () { main body return 0; } instead of
void main() {}
There are many things. You should not use Dev c++ for school purposes. Dev c++ should be used after you pass school and enter college coz then you start doing serious stuff.
|
http://14-69-8.blogspot.com
My blog |
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|