Skip to main content
0 online

Comments by orbitz

6 total

Some of these pictures are really beautiful and vivid.

Jul 4, 2003

<i>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.</i><br> <br> Well think about it, a function pro...

on journal C++ anyone?
Jun 4, 2003

Just a note:<br> the * does not really go with the datatype, but it does define its type. For instance:<br> int *p, q; is the same as<br> int *p;<br> int q;<br> <br> to make 2 pointers it wou...

on journal C++ anyone?
May 30, 2003

It's like this, take a fucntion:<br> void blah(int r)<br> <br> 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 ...

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:<br> void main is incorrect.<br> It should be int main(). And because it's int main() it should have a return statment. Although in C++ that is not required. <p> Secondly, you sho...

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 →

Curator Commentary

Look for the blue speech bubbles on threads, profiles, and news — notes and context from iwz.

Everything Preserved

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