- NEW!
C++ answers and tips
Can someone please help me out with the following? I have a project and am seriously failing!
by deyan8 on January 23rd, 2012
|
one answer
|
in C++ programming language
by Anonymous on December 31st, 1969
|
no answers
|
in
The AeroCar class inherits from the Car class. For the AeroCar class to override the set_speed function, what must be done?
by Oddjob on November 3rd, 2011
|
2 answers
|
in C++ programming language
How to complete this C++ End Of File(EOF)while loop program.
by blt007 on October 9th, 2011
|
2 answers
|
in C++ programming language
Hey, I'm going to self educate myself about C++. Any tips?
by Eran Osmose on September 12th, 2011
| 1 person likes this
|
9 answers
|
in C++ programming language
both of coolbaldmans questions (nil) no posting, why? now watch, this stupid one will, lol.
by permantly gone fishing. on August 10th, 2011
|
one answer
|
in C++ programming language
how i can paint the circle in borland c++ environment ?
by ahmad.3ashi on April 29th, 2011
|
no answers
|
in C++ programming language
what's the advantages and disadvantages using Borland C++ / version 5.??
by ahmad.3ashi on April 29th, 2011
|
no answers
|
in C++ programming language
Im writing a program that prompts the user for rows and columns ndi need to create a 2d VECTOR that makes all them all *'s.whats the code
by Big Guy on April 2nd, 2011
|
no answers
|
in C++ programming language
Can Anybody Help Me With My Program In C++?
by princeoftroy on March 27th, 2011
| 1 person likes this
|
3 answers
|
in C++ programming language
In data structure, What's the sorting algorithm where the invariant data from 0 to I-1 is sorted while the data from I to n is unexamined?
by Zaid_A8694 on March 20th, 2011
|
no answers
|
in C++ programming language
How do you use c++ opengl to produce a rotating 3D cube with different color for each face? can someone please provide a sample code?
by daryltanrena on March 6th, 2011
| 1 person likes this
|
2 answers
|
in C++ programming language
In C++ is it possible to code a hacking program that automatically hacks?
by Jordan_P on February 26th, 2011
|
4 answers
|
in C++ programming language
In a visual C++ WinForm application, how do I pass a variable from an event to another event?
by WickeTD on February 24th, 2011
|
no answers
|
in C++ programming language
with GUI using c++ how does one implement an algorithm that renders a cube with sides of different colors? One may not use a library.
by daryltanrena on February 18th, 2011
|
one answer
|
in C++ programming language
Write a program that is part of a payroll system 4 a very small store write d progm that does the tasks listed Workers are paid by the hour
by dwyanet on February 16th, 2011
|
4 answers
|
in C++ programming language
The ____ of documentation is typically written first?
Input, output, internal program or external program
by jaleesakababygurl on December 6th, 2010
|
no answers
|
in C++ programming language
c++ directx picking is not working
by fbixzramiz on November 22nd, 2010
|
one answer
|
in C++ programming language
How much memory (in bytes) is occupied in each of the following statements? (how to solve it)
double number;
int count, index;
char yesno;
by betty on November 4th, 2010
|
4 answers
|
in C++ programming language
Name two data items, which are best represented as constants and two that are best represented as variables in c++?
by betty on November 4th, 2010
|
2 answers
|
in C++ programming language
write a C program to input characters from the user until a blank is read. use while loop to find the no. of nonblank characters
by hira92 on October 24th, 2010
|
one answer
|
in C++ programming language
A pointer variable can contain a pointer to a valid object, a pointer to a deleted object, NULL, or a random value.
by Patrick_M on October 18th, 2010
|
one answer
|
in C++ programming language
Can you write a program in which no function has a side effect? Would such a program be useful?
by Patrick_M on September 27th, 2010
|
one answer
|
in C++ programming language
Translate this quote in russian "Every woman is wrong until she cries, and then she is right - instantly. "?
by kobauri12 on September 26th, 2010
|
one answer
|
in C++ programming language
how do i write a program that stores the integers 62 and 99 in variables, and stores the sum of these two in a variable named total?
by roody.chevrin on September 21st, 2010
|
2 answers
|
in C++ programming language
Explain the difference between an if/else/else statement and nested if statements. Give an example for each.
by Patrick_M on September 19th, 2010
|
one answer
|
in C++ programming language
Write a tax program with the following logic:
by Patrick_M on September 19th, 2010
|
2 answers
|
in C++ programming language
In two paragraphs, explain the difference between an if/else/else statement and nested if statements. Give an example for each.
by Patrick_M on September 19th, 2010
|
no answers
|
in C++ programming language
What happens when you multiply two integers whose product is larger than the largest int value?
by Patrick_M on September 13th, 2010
|
2 answers
|
in C++ programming language
Find at least five syntax errors in the following program.
by Patrick_M on September 11th, 2010
| 1 person likes this
|
one answer
|
in C++ programming language
Is it safe to allocate an array with new[] and then deallocate a section at the end with multiple delete statements?
by Fluffdragon on July 26th, 2010
| 1 person likes this
|
2 answers
|
in C++ programming language
Is it safe to do this...
int* p1 = new int;
int* p2 = p1;
delete p2;
...or do I have to use the original pointer to deallocate?
by Fluffdragon on July 26th, 2010
|
one answer
|
in C++ programming language
Reading data and printing data from file C++?
by kishengiggs1 on July 14th, 2010
|
2 answers
|
in C++ programming language
How to make fast insertions in a buffer? What are some efficient techniques?
by Fluffdragon on July 5th, 2010
|
no answers
|
in C++ programming language
How do I find the total number of files in a program?
by JeffDunnavant on April 2nd, 2010
|
one answer
|
in C++ programming language
Are there any differences between these two code samples at the assembly level?
by Fluffdragon on March 20th, 2010
|
no answers
|
in C++ programming language
How do I embed a manifest file in my application through a resource .rc file?
by Fluffdragon on March 12th, 2010
|
no answers
|
in C++ programming language
Which of these styles is a better coding practice? Are there any differences in regard to performance and memory usage?
by Fluffdragon on March 10th, 2010
|
2 answers
|
in C++ programming language
How does one create an object or library file that can be shared with others?
by Fluffdragon on February 23rd, 2010
|
no answers
|
in C++ programming language
Is there some sort of bug in operator new[]? There are some cases where it won't throw an exception when unable to allocate enough memory.
by Fluffdragon on February 16th, 2010
|
no answers
|
in C++ programming language
what is a loop?
by wl5car on January 16th, 2010
|
3 answers
|
in C++ programming language