473,385 Members | 1,449 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

can cout<<""; can cout<<""; contribute ?

Hi all,
I'm really confused, can
cout<<"";
contribute anything to the routine ?!!

my programm won't work properly without this trivial sentence.

Sincerely
vivian

Sep 15 '05 #1
4 1726
wa*********@yahoo.com.cn wrote:
Hi all,
I'm really confused, can
cout<<"";
contribute anything to the routine ?!!
Yes.
my programm won't work properly without this trivial sentence.


Bad for you...
/S.

P.S. Please don't give us *any* information at all
--
Stefan Naewe
naewe.s_AT_atlas_DOT_de
Sep 15 '05 #2
wa*********@yahoo.com.cn wrote:
Hi all,
I'm really confused, can
cout<<"";
contribute anything to the routine ?!!

my programm won't work properly without this trivial sentence.

Sincerely
vivian


Huh? Is this a continuation from a previous thread?
Sep 15 '05 #3
>contribute anything to the routine ?!!
my programm won't work properly without this trivial sentence.

what is your routine?/

Sep 15 '05 #4

<wa*********@yahoo.com.cn> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
Hi all,
I'm really confused, can
cout<<"";
contribute anything to the routine ?!!

my programm won't work properly without this trivial sentence.


In case you haven't figured it out from those other replies, there's not
enough information in your post to tell us anything. But if you're getting
a crash without that line of code, then something else is wrong with your
code, which this line simply "hides" somehow. You need to find out what's
wrong with the rest of your code. If there's some other problem such as the
output not being what you expect, then you'll still need to let us know more
about what should be happening, what is happening, and what code is having
the problem.

-Howard

Sep 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Ensoul Chee | last post by:
I used #include <iostream.h> int m; cout << "Hexadecimal == 0x" << hex << m << endl; to print value of m in hexadecimal mode. But I got the compile error like this couttest.cpp:20 `hex'...
4
by: karolina | last post by:
Hi I am playing around with visual studio 7.0. Why does the code below do like it does? Where do I set the character set to use in cout, properties->configuration properties->General->character...
16
by: Michael | last post by:
just a quickie: as cout << endl; is to cout << "\n"; is there an equivalent for cout << "\t";
2
by: Generic Usenet Account | last post by:
What exactly is the difference between the hex manipulator and the following statement: cout.setf(ios_base::hex)? According to Stroustrup, Third Edition, Section 21.4.4, "once set, a base is...
12
by: Filipe Sousa | last post by:
Hi! Could someone explain to me why this operation is not what I was expecting? int main() { int x = 2; std::cout << x << " " << x++ << std::endl; return 0; }
8
by: Prateek | last post by:
Hey... Can anybody tell me why "<<" operator is used behind cout? Like: cout<<"Welcome"; My one friend told me that it "shifts the bits"...But it's not very clear to me...Can anybody tell?
1
by: Sunny | last post by:
The way to overload operator << is : ostream& operator << (ostream& os, const Obj& obj); and this is a member function. My question is why do we need to provide a const reference of Obj as...
10
by: CuTe_Engineer | last post by:
hii, i have cs assignment i tried to solve it but i still have many errors , plzz help mee :"< it`s not cheating becuz i`ve tried & wrote the prog. i just wanna you to show me my mistakes ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.