473,786 Members | 2,672 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please help me this my question

I have started school for just 3 weeks,and totally new to c++,what i
learn is just cin n cout

and i received this project, omg, i am totally lost in what the
question wanted me to input?

http://s22.yousendit.com/d.aspx?id=0...20FJCSFIEQ6VES

Is thre any one who k help me with it? do email me at
bb*******@yahoo .com.sg

thanks alot

*cheers*

Jul 23 '05 #1
5 1304


bo******@gmail. com wrote:
I have started school for just 3 weeks,and totally new to c++,what i
learn is just cin n cout

and i received this project, omg, i am totally lost in what the
question wanted me to input?

http://s22.yousendit.com/d.aspx?id=0...20FJCSFIEQ6VES
I don't download files from strangers. Post it in text, although we
actually don't want to see your whole assignment.
Is thre any one who k help me with it?
You have to help yourself. Post your best start.
do email me at
bb*******@yahoo .com.sg


No, post here, read here.

Brian

Jul 23 '05 #2
<bo******@gmail .com> wrote:
I have started school for just 3 weeks,and totally new to c++,what i
learn is just cin n cout

and i received this project, omg, i am totally lost in what the
question wanted me to input?

http://s22.yousendit.com/d.aspx?id=0...20FJCSFIEQ6VES

Is thre any one who k help me with it? do email me at
bb*******@yahoo .com.sg

thanks alot

*cheers*


It look like your instructor has found bad Internet idea # 36257 and decided
to use it as a low effort way to give assignments. Cut and paste from the
download to your message.
Jul 23 '05 #3
bojiokia wrote:
I have started school for just 3 weeks,and totally new to c++,what i
learn is just cin n cout
How many books on C++ did you read? How many small projects did you try,
beyond your homework?
and i received this project, omg, i am totally lost in what the
question wanted me to input?


Please work only learning C++ first, and then post individual questions to
this newsgroup. Please only post text.

Your homework assignment asks you to paint a menu on the screen. You can do
that with cout. Then it asks you to fetch inputs. Do that std::getline(ci n,
str), where str is of type std::string. (The book Accelerated C++ is best
for getting started with these types.)

The assignment asks you to store data. Store a structure in memory. Then you
print out the data, formatted. The assignment is helpful because the shape
of the data on the screen generally matches the shape it should take in
memory. (Most data is much harder to store!)

From here, like I said, try more small projects before trying this one, and
read _several_ C++ books.

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand


Jul 23 '05 #4

<bo******@gmail .com> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
I have started school for just 3 weeks,and totally new to c++,what i
learn is just cin n cout

and i received this project, omg, i am totally lost in what the
question wanted me to input?

http://s22.yousendit.com/d.aspx?id=0...20FJCSFIEQ6VES

Is thre any one who k help me with it? do email me at
bb*******@yahoo .com.sg

thanks alot

*cheers*


Is it just me, or are more and more people abbreviating their words, to the
point that they don't even make sense any more? Is it really so much
trouble to type? Perhaps it's Instant Messenger destroying everyone's
ability to write coherently. This post is a prime example. At least
there's _some_ punctuation and _some_ capitalization. But what's "k"
supposed to stand for..."can"? There's no 'k' in "can"! Maybe I'm just
getting too old and set in my ways, but in a profession as technical as
programming, wouldn't you think that communication would be a _required_
skill...? After all, you can't abbreviate C++ keywords! :-)

"But that's just my opinion. I could be wrong..."

-Howard

Jul 23 '05 #5
Howard wrote:
[...] After all, you can't abbreviate C++ keywords! :-)

"But that's just my opinion. I could be wrong..."

Yep...

#define s switch
#define k case
#define f default

int main() {
s (argc) {
k 0:
k 1:
k 2:
f:
return 0;
}
}
And don't tell me there is no 'k' in 'case' :-)

V
Jul 23 '05 #6

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

Similar topics

2
1902
by: A. Wiebenga | last post by:
Hi all! I am currently involved in a project in which I am supposed to write a XSLT-transformation sheet for some XML data. I will outline the situation first: I've got one large XML file which is roughly build up like this: <forms> <subform>
18
2499
by: free2cric | last post by:
Hi, I attanded an interview on C++ Question asked were and my answers to them.. 1. In a CPP program what does memory leak occure? -- i said.. In a constructor , the pointer variables were assigned a memory block but the programmer forgets to free them in the destructor by usng delete operator. 2. ok, the delete operator is used .. variables were freed. but still
23
3287
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
5
2410
by: Franco, Gustavo | last post by:
Hi, I have a question, and please I need a answer. How can I finalize a thread running with Application.Run (I need the message loop!!!) without call Thread.Abort?. I want to call Application.ExitThread in the same thread that it is running.
1
9654
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
2
1696
by: Tyla | last post by:
I have been teaching myself javascript and i am having a huge problem with this form. All it has to do is check that every field has something in it and then post, but as soon as it gets to the document.getElementById('form1').submit(); it throws an error and say that the object is not supported. Here is the code: <script language="javascript"> function check_form(){ if(document.getElementById('name').value == ""){ alert("Enter...
1
54537
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and we instruct our experts to ignore any such PMs completely Be sure to give the version of Access that you are working with and the Platform and OS if applicable.
67
2688
by: gator | last post by:
I am quite new to XML and posted a request for example code yesterday. Unfortunately, I did not do a very good job in explaining what I was looking for. Here is an example of a small piece of the file: <Scoreboard> <Events> <Event ID="001212" Name="EventName1" /> <Event ID="001213" Name="EventName2" /> <Event ID="001214" Name="EventName3" /> <Event ID="001215" Name="EventName4" />
0
9650
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9497
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8992
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7515
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6748
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4067
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.