473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

UINT cast to int, UINT - variable, help

what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.
regards obelix:)
Jul 19 '05 #1
3 23060
"obelix" <ob****@zeus.polsl.gliwice.pl> schrieb im Newsbeitrag
news:a4**************************@posting.google.c om...
what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.


UINT is simply unsigned int.

Ralf

www.oop-trainer.de
Jul 19 '05 #2
obelix wrote:
what kind of variable is UINT anyway,


Whatever you (or any header you #include) typedef'd it to. It's not a
standard type. From the name, I'd guess it's probably unsigned int.

Jul 19 '05 #3


obelix wrote:

what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.


Using VC++?
Position the caret over the text UINT and press F12. If the system asks
you if it should create a database, answer yes. Once this is done, the
IDE will bring you to the definiton of UINT.

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Tjerk Wolterink | last post by:
The following code does not work: <xsl:variable name="width" select="form:image-width"/> <xsl:if test="$width>$max_image_width"> <xsl:variable name="width" select="$max_image_width"/> </xsl:if>...
0
by: trint | last post by:
How can I reach and execute a c# function from an actionscript in flash movie on my c# aspx dotNet webform? Ignacio Machin said I could do this: 1- You can access the page where the movie is...
3
by: Charles Law | last post by:
I have the following lines Dim t As Type = GetType(MyType) Dim serialiser As New XmlSerializer(t) I want to be able to do the following with a FileStream fs Dim instance As MyType ...
1
by: LB | last post by:
Hello, Here the situation: I have 2 Web services which call each one a DLL. Each one of these dlls uses a shared variable to read and write in a file XML (the same one). The problem, when...
4
by: comp.lang.php | last post by:
This is an urgent request (as always) generate_admin_customer_position_dropdown($customerResult, $customerResult->id); print_r($_SESSION); This code will generate an HTML dropdown as...
4
by: simon | last post by:
hello. relatively new to vb.net, i'm using VS 2003 and .net 2.0 i have a web app that i'm i have a user control that displays a simple 1 row table as the header of the page. the user control...
1
by: petercoffin | last post by:
I am a beginner and would like to know how to make the variable "add" something you input into this script via a textbox. Any help would be much appreciated. Thanks. function replaceChars(entry) {...
1
by: Mangler | last post by:
I have a quick lookup page that opens in a small window and when the form on that page is submitted the results page is open in a smaller window as well. I have everything working except passing...
4
by: Constantine AI | last post by:
I set a global variable to equal a new password which was the wrong way of doing things, now i have tried many things to get rid of the global variable. All the text evidence has been deleted but it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.