Scripts n'Stuffs
Directory

Casting in C++
Link ID 27620
Title Casting in C++
Url http://www.cpp-home.com/tutorial.php?2_1
Description The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. This tutorial discusses one of the minor extensions: the new C++ casting operators.
Category C and C++ > Tips and Tutorials > Miscellaneous
Date Jun 30, 2006
Contact Name
Email
Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

Official Review
NULL
 Other links at C and C++ > Tips and Tutorials > Miscellaneous
1. Ip address of a computer using winsock
  There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of type "structure hostent". Read for more info at a href=http://www.codersource.net/win32_socket_ip_address.htmlIP Address Retrieval/a
Category:   C and C++ > Tips and Tutorials > Miscellaneous


2. Casting in C++
  The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. This tutorial discusses one of the minor extensions: the new C++ casting operators.
Category:   C and C++ > Tips and Tutorials > Miscellaneous


3. The VGA Training Program
  This tutorial will teach you how to create some graphics over C++ and Pascal. It requires some programming knowledge.
Category:   C and C++ > Tips and Tutorials > Miscellaneous


4. Game Programming in C
  There are a number of tutorials available for the intermediate game programmer, but there are very few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics, but the beginner has no where to get started. This tutorial is for C programmers who want to start learning game programming.
Category:   C and C++ > Tips and Tutorials > Miscellaneous


5. Count Instances of Process or Application in C/C++
  This article describes how to count the number of instances of a process that are currently running on the system. It is written in C++ for Windows, but could be ported to other systems and languages easily. (Linux, Visual Basic/VB, C, Unix, MacOS) The system just needs to support interprocess semaphores. The idea can be extended to count any resource, such as a thread, file, data structure, or network object.
Category:   C and C++ > Tips and Tutorials > Miscellaneous




Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS