![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() ![]() |
Thanks for the link.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#12 |
|
Newbie
Join Date: Jul 2004
Location: Romania
Posts: 2
Rep Power: 0
![]() |
in iostream library, cout, cin and all others are std::cout, std::cin etc.
You should consider printf and scanf though... they are way better...
__________________
"Minds are like parachutes; they only function when open !" --- Thomas Dewar |
|
|
|
|
|
#13 |
|
Expert Programmer
|
I would have to disagree.. C++ is highly effective, and if he is using C++ to begin with he should stick with it
![]()
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#14 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
He has a point, but there's not much you can do with printf and scanf that you can't do with cout and cin. Especially if you're beginning C++, you should stick to C++ code.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|