Forum: C++ Aug 2nd, 2005 |
| Replies: 2 Views: 4,776 thx for the great help narue |
Forum: C++ Jul 31st, 2005 |
| Replies: 2 Views: 4,776 guys
i am trying to write 3x3 matrix . i am posting the main,.h and .cpp file,main and .h file is given and i have to write .cpp file. can sombody look at it and suggest me solution
appricated guys... |
Forum: C++ Jul 24th, 2005 |
| Replies: 4 Views: 3,147 ok i try this,
main.cpp
#include<iostream>
#include<cctype>
#include<cstdio>
#include"CComplex.h"
using namespace std;
void main(void)
{ |
Forum: C++ Jul 24th, 2005 |
| Replies: 4 Views: 3,147 the error message is
--------------------Configuration: main - Win32 Debug--------------------
Compiling...
main.cpp
C:\cworkSUMMER\COMPLEX\main.cpp(18) : error C2451: conditional expression of... |
Forum: C++ Jul 24th, 2005 |
| Replies: 4 Views: 3,147 Hi;
i am trying to write complex.cpp and it gives error message
can somebody look and write me back what is wrong
here is the program[ three parts] and the error message
#include<iostream>... |
Forum: C++ Jul 11th, 2005 |
| Replies: 13 Views: 8,123 well i am lost guys
can anyone suggest me where and how should i start
i will really appreciate
thx |
Forum: C++ Jul 10th, 2005 |
| Replies: 13 Views: 8,123 guys i tried this'
#include <iostream>
using namespace std;
int input;
int rem;
char hex1;
int divisor; |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 Zyruz, i tried that before but it gives 74.78 which is 1047( 100 less than total(1147))/14(it is suppose to be 15). |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 again need help guys
trying to calculate average of all numbers in previous program
here is what i did but it gives average = 77
#include <fstream>
#include <iostream>
#include <cstdlib>... |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 thx a bunch guys
i am sorry dave it was my fault in implementing codes . its working
thx |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 i tried every possible way u suggested me and it still doesnt work. could it be some other problem? |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 i tried the way u suggested me but it still gives same output
the content of "inFile.txt" is
100
45
74
45
86
94
75
96 |
Forum: C++ Jul 9th, 2005 |
| Replies: 14 Views: 2,323 i tried this
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
// Declare input stream |
Forum: C++ Jul 9th, 2005 |
| Replies: 13 Views: 8,123 hi , Please take a moment to read this
i am trying to write hexadecimal.cpp program for my C++ programming class but i dont know how to do it.
the Project says as follows
You have to design and... |