6 of 6
Previous
Next |
Using Cin.ignore() and Cin.get() Functions
by Octavia Anghel
Language: C++, Expertise: Intermediate — Learn how to not leave a terminating character in the stream.
|
Find All User-Defined Functions in a SQL Server Database
by Jaya Nehru
This query returns all the user-defined functions in the specified database.
|
Nested Functions in C++
by Alexander Ocher
Although C++ does not allow nested function declaration, you can simulate it using a structure with a static function.
|
Overloading the const and non-const Member Functions
by Prashanth Narayanaswamy
We all know about the function overloading feature in C++, which allows us to have the same name given for a function with different signatures. But what about overloading based on the const-ness of a member function?
|
Calculate the Angle Between Two Lines
by Richard Bunt
This code shows you how to calculate the angle between two lines using vectors and an inverse cosine function.
|
The Added Benefit of Using New Instead of Malloc
by Pankaj Mishra
Not only does new allocate memory, it also calls the appropriate constructor.
|
6 of 6
Previous
Next |