This site is no longer active and is available for archival purposes only. Registration and login is disabled.

C++


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 3:43am

speech, speech, speech
Moose or Chuck
 


Re: C++

Postby Warren » Apr 5, 2001 @ 3:44am

Chuck, check your Hotmail account.
Warren
pm Insider
 
Posts: 3140
Joined: Mar 13, 2001 @ 5:49pm


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 3:47am

ummmmmkay?!!
Moose or Chuck
 


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 3:48am

that requires me to open a full new browser :/, hey did anybody notice AIM is not responding ?!
Moose or Chuck
 


Re: C++

Postby Jaybot » Apr 5, 2001 @ 3:52am

-------
|\\ //|
-- ^ --
|||
User avatar
Jaybot
pm Insider
 
Posts: 3208
Joined: Mar 22, 2001 @ 10:04pm
Location: Desk.


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 3:57am

Moose or Chuck
 


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 4:39am

can you delete my double posts?<br><br>*Poof*<br><br>Done<br><br>Last modification: 999 - 04/05/01 at 01:39:30
Moose or Chuck
 


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 5:25am

Moose or Chuck
 


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 5:27am

Moose or Chuck
 


Re: C++

Postby Jaybot » Apr 5, 2001 @ 5:31am

-------
|\\ //|
-- ^ --
|||
User avatar
Jaybot
pm Insider
 
Posts: 3208
Joined: Mar 22, 2001 @ 10:04pm
Location: Desk.


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 5:40am

Moose or Chuck
 


Re: C++

Postby Diego Cueva » Apr 5, 2001 @ 5:42am

--------------------------

Last modification: Diego Cueva - 04/31/03 at 17:32:04
I´m currently listening to my PC´s fan
SMRF founder
Peace
User avatar
Diego Cueva
pm Insider
 
Posts: 2582
Joined: Mar 28, 2001 @ 9:06pm
Location: D.I.G. Secret Headquarters, Brazil


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 6:49am

Moose or Chuck
 


Re: C++

Postby Moose or Chuck » Apr 5, 2001 @ 7:13am

Moose or Chuck
 


Re: C++

Postby randall » Apr 5, 2001 @ 8:43am

Using arrays are an easy way to manipulate like- data.<br><br>Imagine you have 10 phone numbers, and store each one in a seperate variable. you could use the names v_phone01, v_phone_02, v_phone_03, etc. But each time you wanted to add a new phone number, you would need a new variable. Everytime the program needed data, you would have to hardcode each variable:<br><br>cout << v_phone_01;<br>cout << v_phone_02;<br>cout << v_phone_03;<br>...<br>...<br>cout << v_phone_10;<br><br>Or, simply put it into an array: v_phone(x). It is much easier to search/add/remove/edit data in an array.<br><br>for (x=0; x<11; x++)<br>{<br>cout << v_phone(x) << "\n";<br>}<br><br>This is much more noticeable with large amounts of data. Imagine 100, 1000, 10000 phone numbers<br><br>I am sure there are a million typos in the code above, so I don't want to hear about how I forgot this-an-that. Hopefully I got the point across.<br><br><br>Last modification: randall - 04/05/01 at 05:43:47
User avatar
randall
pm Insider
 
Posts: 3426
Joined: Feb 23, 2001 @ 4:02pm
Location: Schnoogie


PreviousNext

Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron