|
-
May 29th, 2002, 02:40 PM
#1
help pls..
Hi, I am a student doing C++ for the first time.
What does these mean:
1. char buffer[40],
2. map[1]=2; map[2]=5;
3. offset=ftrwdth+2
Thanks in advance...
-
May 29th, 2002, 03:43 PM
#2
why don't you start by telling us what you think it means so that we can correct you based on what you already know instead of assuming you know nothing?
Martin Breton
3D vision software developer and system integrator.
-
May 29th, 2002, 08:05 PM
#3
I'm sure your textbook will provide insight.
Jeff
-
May 30th, 2002, 02:42 AM
#4
1. char buffer[40]
char -min range 0 to 255 or -127 to 127 data type use to declare variables
buffer- special loation in main memory, a fixed no. or characters
in length, that can temporarily hold data being transferred from the main memory to secondary storage or vice versa
Thus, does that mean the programm can only store 40 data ponts. If yes, if i more data points, i use a biggger no.?
2. Wats map and ftr? I cant find these definations in the text i have on hand. Perhaps you can recommend ne some text.
Im learning on my own fro a school project. Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|