Forum: C++ Sep 1st, 2006 |
| Replies: 4 Views: 3,762 Below is my crazy program.What i want it to do is that it should take two arrays from the user;the 1st array should be the memo & the 2nd should be answers.These two arrays should be passed to... |
Forum: C++ Aug 12th, 2006 |
| Replies: 15 Views: 2,707 Hi,
below is my unfinished code.what i realy want help on is how do i display or take the values of a and b to main?
#include<iostream>
using namespace std;
int ReadInput (int,int); |
Forum: Posting Games May 22nd, 2006 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Jun 1st, 2005 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Jun 1st, 2005 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Jun 1st, 2005 |
| Replies: 7,595 Views: 665,775 |
Forum: C++ Nov 10th, 2004 |
| Replies: 1 Views: 3,719 hi guys,
I want to create a class called DoubleSubScriptedArray.this array should be able to take maybe a 3 by 5 array or 1 by 3.My program is giving me a problem when i try to overload the... |
Forum: C++ Nov 3rd, 2004 |
| Replies: 1 Views: 1,479 hi guys,
Below is my program and it is giving me turf time.I want it to read-in 1-for counting cars,2-for counting money and Esc-key for displaying totals.Pliz give me ideas.(i'm using... |
Forum: Posting Games Oct 12th, 2004 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Oct 5th, 2004 |
| Replies: 3,185 Views: 252,210 |
Forum: Posting Games Oct 5th, 2004 |
| Replies: 3,185 Views: 252,210 |
Forum: C++ Aug 12th, 2004 |
| Replies: 2 Views: 1,832 this is my program and i want 2 put it in terms of modules(functions):
#include<iostream>
#include<string>
#include<iomanip>
using namespace std;
int main()
{ //initialization phase. |
Forum: Posting Games Jun 23rd, 2004 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Jun 23rd, 2004 |
| Replies: 7,595 Views: 665,775 |
Forum: Posting Games Jun 2nd, 2004 |
| Replies: 3,185 Views: 252,210 |
Forum: Posting Games Jun 2nd, 2004 |
| Replies: 7,595 Views: 665,775 special-->person(in my life) |
Forum: Posting Games Jun 1st, 2004 |
| Replies: 7,595 Views: 665,775 |
Forum: C++ May 18th, 2004 |
| Replies: 13 Views: 28,483 I've just started learning c++,so i want to take any challenge concerning c++.My question is where do i start when drafting a game program.Please ppl help me out. |
Forum: C++ May 17th, 2004 |
| Replies: 1 Views: 2,226 i wrote it in c++,so it just giving me the matrix.
#include<iostream>
using namespace std;
int main()
{
int account;
do
{ |
Forum: Website Reviews May 12th, 2004 |
| Replies: 3 Views: 3,017 I will like to cogradulate u guys.Visual-mind is an exciting product in deed.But do u have any idea why after downloading when i want to open it is telling me that error reading setup and... |
Forum: C++ May 11th, 2004 |
| Replies: 6 Views: 7,074 i think u should start with a pseudocode first. |