Skip to main content
0 online

Comments by orbitz

6 total

Some of these pictures are really beautiful and vivid.

Jul 4, 2003

i guess i'm not seeing it all just yet, because i don't fully understand why the prototype is "function(int *);" i'm doing it now cuz it works.



Well think about it, a function prototype defines the...

on journal C++ anyone?
Jun 4, 2003

Just a note:

the * does not really go with the datatype, but it does define its type. For instance:

int *p, q; is the same as

int *p;

int q;



to make 2 pointers it would be:

int *p, *q;



As for your...

on journal C++ anyone?
May 30, 2003

It's like this, take a fucntion:

void blah(int r)



r is a local variable. It's value is initialized to whatever you pass it. Just because it's in a parameter list does not mean it isn't a local...

on journal C++ anyone?
May 29, 2003

Your book will explain this concept very easily. And like I said, Thinking In C++ is free online. You aren't declaring your parameters to your function as a pointer. Try reading what I said again,...

on journal C++ anyone?
May 29, 2003

First of all:

void main is incorrect.

It should be int main(). And because it's int main() it should have a return statment. Although in C++ that is not required.


Secondly, you should read the...

on journal C++ anyone?
May 29, 2003

Welcome Back to eZabel

It's been a while. Here's what's new.

eZabel Lore

A complete history of our community — stats, Hall of Fame, legendary threads, and more.

View the Lore →

Everything Preserved

All 225,969 pieces of content from 2000–2014 are here — forums, messages, journals, photos, polls, and events.

💎

Gems

Spot something you love — a legendary comment, a classic thread, a great photo? Log in and click the diamond icon to mark it as a Gem. Add a note about why it's special. The best stuff surfaces on the Gems page.