943,853 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Marked Solved
  • Views: 15504
  • C++ RSS
You are currently viewing page 6 of this multi-page discussion thread; Jump to the first page
Oct 24th, 2008
0

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

Hello tarekkkkk and everybody else of course
<<----------------
Quote ...
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)

Quote ...
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....
---------------->>

Quote ...
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:
Quote ...
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/
Reputation Points: 46
Solved Threads: 8
Junior Poster
sidatra79 is offline Offline
114 posts
since Feb 2008
Oct 24th, 2008
1

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

>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:
C++ Syntax (Toggle Plain Text)
  1. #include <iostream.h> // Not standard!
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004
Oct 24th, 2008
0

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

Click to Expand / Collapse  Quote originally posted by Narue ...
>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:
C++ Syntax (Toggle Plain Text)
  1. #include <iostream.h> // Not standard!
In this page:

we can read:
Quote ...
...
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.
Reputation Points: 46
Solved Threads: 8
Junior Poster
sidatra79 is offline Offline
114 posts
since Feb 2008
Oct 24th, 2008
1

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

Quote ...
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.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004
Jan 21st, 2009
0

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

Hi its late./..
but if ur still searching then use Dev++

Click to Expand / Collapse  Quote originally posted by 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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
kaizen001 is offline Offline
5 posts
since Jan 2009
Jan 21st, 2009
0

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

dont use dev c++, its dead.
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is online now Online
16,517 posts
since Apr 2005
Jan 21st, 2009
0

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

i consider this thread lame but funny...
p.s. dev c++ must die!
p.p.s. seriously, must die already.
Reputation Points: 36
Solved Threads: 5
Newbie Poster
da penguin is offline Offline
18 posts
since Dec 2008
Jan 21st, 2009
0

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

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
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is online now Online
16,517 posts
since Apr 2005

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: private member function declarations in header files?
Next Thread in C++ Forum Timeline: A recangular spiral





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC