Search found 2 matches

by CCC
Tue Dec 17, 2002 10:25 am
Forum: Volume 4 (400-499)
Topic: 424 - Integer Inquiry
Replies: 96
Views: 38607

Thx a lot, i will try using these compiler
by CCC
Tue Nov 19, 2002 1:20 pm
Forum: Volume 4 (400-499)
Topic: 424 - Integer Inquiry
Replies: 96
Views: 38607

424, Compile ERROR??

[cpp]#include <iostream>
using namespace std;
struct Number
{
char Carry, charShow;
};
Number add(char, char, char);

void main()
{
int NumInputed = 0, i, lengthSum = 0, lengthInput = 0;
char curr, *Input, *Sum, PreCarry = '0';
bool invalid;

Number PreNumber;


Sum = new char;
Input = new ...

Go to advanced search