 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
KK Guest
|
Posted: Tue Jul 11, 2006 9:10 am Post subject: defining keys |
|
|
How to define keys in c++??
can anyone help on this? |
|
| Back to top |
|
 |
Marco Wahl Guest
|
Posted: Tue Jul 11, 2006 9:10 am Post subject: Re: defining keys |
|
|
"KK" <Kartikeya.Karnatak (AT) gmail (DOT) com> writes:
| Quote: | How to define keys in c++??
|
You can e.g. do the following.
int main()
{
int keys = 42;
return 0;
}
| Quote: | can anyone help on this?
|
Could you give more details on your need?
--
Marco Wahl |
|
| Back to top |
|
 |
Robbie Hatley Guest
|
Posted: Tue Jul 11, 2006 9:10 am Post subject: Re: defining keys |
|
|
"KK" <Kartikeya.Karnatak (AT) gmail (DOT) com> wrote:
| Quote: | How to define keys in c++??
|
int keys;
Oh, you say that's not what you meant? I guessed it
might not be. But since there is something like a googol
(google "googol") of different ways to interpret your
question, I just chose one at random.
If you would care to elaborate, perhaps I could be of
more help.
--
Cheers,
Robbie Hatley
East Tustin, CA, USA
lone wolf intj at pac bell dot net
(put "[usenet]" in subject to bypass spam filter)
http://home.pacbell.net/earnur/ |
|
| Back to top |
|
 |
|
|
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 vote in polls in this forum
|
|