Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old December 6th, 2004, 12:13 PM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to krbhatnagar
Default Pleas explain getint()

Hi,
Can anyone please explain what exactly does getint() function do??


Reply With Quote
  #2 (permalink)  
Old December 6th, 2004, 04:24 PM
Authorized User
 
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to abelconde
Default

I'm sorry. Could you be more specific!.
'cause I looked for it in MSDN and It only found
JAVA. getint() function is C++.
Anyway, if you want to cast sth to int. You can do it
in the following way.

int nNumber1;
float nNumber2;

nNumber1 = (int)nNumber2

Bye,

Good luck!!!

Reply With Quote
  #3 (permalink)  
Old December 14th, 2004, 06:10 PM
Authorized User
 
Join Date: Nov 2004
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to jkmyoung
Default

it'd probably get the first integer from a given input stream.
Or it could give you the first byte from a given input stream as an integer. I don't know what you're working with. Details needed.


Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
could any one explain this code for me ? method Access VBA 1 August 13th, 2005 02:02 AM
explain please rein Javascript 3 January 31st, 2005 09:47 AM
Pleas help - Urgent ... swammingo General .NET 1 September 4th, 2004 09:47 AM
Could somebody explain this to me, please? czambran BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 3 June 7th, 2004 04:05 PM
could any one explain this query to me somanchivasu Access 3 April 6th, 2004 08:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.