i need a good c++ program for vista

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Feb 2008
Posts: 114
Reputation: sidatra79 is an unknown quantity at this point 
Solved Threads: 8
sidatra79's Avatar
sidatra79 sidatra79 is offline Offline
Junior Poster

Re: i need a good c++ program for vista

 
0
  #51
Oct 24th, 2008
Hello tarekkkkk and everybody else of course
<<----------------
tarekkkkk:
plz help and yes submit a direct link if u can and thx for advance plz hurry up i have assignment next week i have to finish it lol
.....
OK i dont care what is ur problem with my writing all i need is c++ program i recently tried to download visual c++ and turbo c++ .... and many didnt worked on vista i dont know any other solution except asking prof about my issue lol is this hard on u
Other people can help u fast, ONLY when they are provided with a clear description from your side. I think that u should consider using commas and fullstops when u write your posts. Otherwise nobody is going to understand u easily and thus help u. Especially if u right yalla yalla (fast in arabic)

Narue:
i r nt knowing wut t3h hell ur talkng abt lol rofl jejeje!!!!!111
....
Then why do you keep replying with increasing irritation?
Correct me if I am wrong but sometimes I think u enjoy "provoking" the CHAOS....
---------------->>

Narue:You're still programming in C++, the fundamentals aren't going to change drastically. The big difference will be in the library features you use because I'm reasonably sure you've been using pre-standard C++, and the library has grown and improved since the language was standardized in 1998. I recommend you get a book written after 2000 for a description of the current language.

Tarekkkk: man its very difficult for me cz in my college we are now learning the old fashion way of programing i have to stick with them for the mean time and after that we will progress for this program it didnt work what to do?
Narue is 100% right u should consider buying a new book (preferably after 2005 in my opinion). This way u will learn to use the STANDARD C++ which will compile in any compiler and no matter the operating system.-> This way u will be able to create a more "portable" code.

Some examples in your code of non-standard c++ are:
scanf("%d",&x);
....
printf("%d",x);
which are rather features of C.
In addition, u might consider using eclipse as IDE for developing your code which is free.
Here is a tutorial concerning its installation and configuration:
http://sherifabdou.com/2008/06/eclip...windows-vista/
"What we repeat defines what we are!!" Aristotle
-->
"looping.. defines Perfomance from O (n) ..up to O(n!)" Sidatra79 :D :D
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,632
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 718
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: i need a good c++ program for vista

 
1
  #52
Oct 24th, 2008
>Some examples in your code of non-standard c++ are:
><snip code>
>which are rather features of C.
That's not quite correct. printf and scanf are both standard C++, despite what the purists would have you believe. By pre-standard, I mean stuff like this:
  1. #include <iostream.h> // Not standard!
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 114
Reputation: sidatra79 is an unknown quantity at this point 
Solved Threads: 8
sidatra79's Avatar
sidatra79 sidatra79 is offline Offline
Junior Poster

Re: i need a good c++ program for vista

 
0
  #53
Oct 24th, 2008
Originally Posted by Narue View Post
>Some examples in your code of non-standard c++ are:
><snip code>
>which are rather features of C.
That's not quite correct. printf and scanf are both standard C++, despite what the purists would have you believe. By pre-standard, I mean stuff like this:
  1. #include <iostream.h> // Not standard!
In this page:

we can read:
...
For more info see the reference page for the C++ Input/Output Library.

C Library
The elements of the C language library are also included as a subset of the C++ Standard library. These cover many aspects, from general utility functions and macros to input/output functions and dynamic memory management functions.
They are divided in several files. Our reference at this moment covers the following header files of the C library:
...
The way I see it (my personal opinion) is that they included these C libraries in the C++ only to make the TRANSITION for all those C programmers easier, because in the past C was the dominating language in comparison to C++ and they didnt want the programming community to refuse migrating to c++....

Nevertheless I prefer and try to use C++ characteristics.

Finally if u think there is no big deal then u might consider as moderator.... to merge the C++ and C forums in one forum in this site since all these C libraries were included in the C++ standard
Last edited by sidatra79; Oct 24th, 2008 at 10:54 am.
"What we repeat defines what we are!!" Aristotle
-->
"looping.. defines Perfomance from O (n) ..up to O(n!)" Sidatra79 :D :D
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,632
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 718
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: i need a good c++ program for vista

 
1
  #54
Oct 24th, 2008
The way I see it (my personal opinion) is that they included these C libraries in the C++ only to make the TRANSITION for all those C programmers easier, because in the past C was the dominating language in comparison to C++ and they didnt want the programming community to refuse migrating to c++....
Rationalize it however you want, the standard C library is included in standard C++.

>Nevertheless I prefer and try to use C++ characteristics.
That's fine. C++ is designed to support different programming philosophies.

>merge the C++ and C forums in one forum in this site
>since all these C libraries were included in the C++ standard
What a stupid comment. As long as I can write a program (without using libraries) that compiles and works as intended in C and fails to compile or fails to work correctly in C++, I will advocate two forums.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 5
Reputation: kaizen001 is an unknown quantity at this point 
Solved Threads: 0
kaizen001 kaizen001 is offline Offline
Newbie Poster

Re: i need a good c++ program for vista

 
0
  #55
Jan 21st, 2009
Hi its late./..
but if ur still searching then use Dev++

Originally Posted by tarekkkkk View Post
plz help and yes submit a direct link if u can and thx for advance plz hurry up i have assignment next week i have to finish it lol
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,160
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: i need a good c++ program for vista

 
0
  #56
Jan 21st, 2009
dont use dev c++, its dead.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 18
Reputation: da penguin is an unknown quantity at this point 
Solved Threads: 5
da penguin's Avatar
da penguin da penguin is offline Offline
Newbie Poster

Re: i need a good c++ program for vista

 
0
  #57
Jan 21st, 2009
i consider this thread lame but funny...
p.s. dev c++ must die!
p.p.s. seriously, must die already.
No, ma'am, we are musicians.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,160
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: i need a good c++ program for vista

 
0
  #58
Jan 21st, 2009
it was good in its time

but its not been updated in a while

i think codeblocks is what is used now instead by most people
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC