Forum: C# Dec 24th, 2008 |
| Replies: 14 Views: 983 On This web site is frist time i heard of C#. I am skilled in C++ and was wanting to know if C# is an advanced version of C++, kind of like C++ is an advanced version of C... |
Forum: C++ Dec 23rd, 2008 |
| Replies: 2 Views: 378 I have been trying to get my program to ask the user if the want to run the program again before exiting. I have been using he following while loop. It isn't working, any suggestions.
char again;... |
Forum: C++ Dec 18th, 2008 |
| Replies: 2 Views: 407 I was trying to do the practice problems but don't understand what the first beginner or first intermediate problem is asking me to do
Write a program which finds the factorial of a number... |
Forum: C++ Nov 19th, 2008 |
| Replies: 2 Views: 340 I'm trying to input these letters into and array using the following an tex
char Letters[26] = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s",... |
Forum: C++ Nov 19th, 2008 |
| Replies: 3 Views: 398 I'm trying to input these letters into and array using the following an tex
char Letters[26] ={"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t",... |
Forum: C++ Nov 19th, 2008 |
| Replies: 1 Views: 254 I new to a C++, I downloaded the Microsoft Visual C++ compiler.
I copy/pasted a simple program.
#include <iostream.h>
#include <stdlib.h>
int main()
{
cout << "This is my first C++... |
Forum: C++ Nov 17th, 2008 |
| Replies: 3 Views: 395 where can i get good a C++ compliler |