Forum: C++ Dec 18th, 2004 |
| Replies: 7 Views: 4,671 u get garbage values when u have not initialised your variables or arrays inthis case. because when your compiler aloocates a memory space to your array that space may already contain values- hence... |
Forum: C++ Dec 17th, 2004 |
| Replies: 4 Views: 2,114 |
Forum: C++ Dec 16th, 2004 |
| Replies: 4 Views: 2,114 r u using 2 dimensional matices???????? |
Forum: C++ Dec 16th, 2004 |
| Replies: 4 Views: 2,114 i thing i saw why do u use the upper case and lower caselike for R,r etc... make it simpler!!!!but wat u can do is that use either lower case only or uppercase only. this i amm sure wont solve the... |
Forum: C++ Dec 16th, 2004 |
| Replies: 7 Views: 2,004 well maybe you should review the casting operators and the asiignation types. if its from rite to left or vice versa. well i hope i have benn of any help |
Forum: C++ Dec 16th, 2004 |
| Replies: 9 Views: 2,498 u could just do it like that.
#include<iostream.h>
#inlcude<conio.h>
void main()
{
int number,sum=0,average;
clrscr(); |
Forum: C++ Dec 16th, 2004 |
| Replies: 7 Views: 2,004 for me the error is. in fact the format for entering strings of characters includding blank spaces is
cin.getline( );
u ppput the cin separately. try with the format given and tell me |
Forum: C++ Dec 12th, 2004 |
| Replies: 4 Views: 4,959 >> will pead data until a space character is met. this means that if u need to enter the address os sombody u cannot use>> u hav to use cin.getline. wtas the difference. wiz cin.getline u can enter... |
Forum: C++ Dec 8th, 2004 |
| Replies: 3 Views: 1,987 oh yeah y didnt i see that before |
Forum: C++ Dec 7th, 2004 |
| Replies: 3 Views: 1,987 u have declared avghigh 2 times. maybe that creating a problem |
Forum: C++ Dec 7th, 2004 |
| Replies: 5 Views: 6,151 |
Forum: C++ Dec 7th, 2004 |
| Replies: 10 Views: 2,887 ok i will try but not now. i nedd if some more time to figure it out
else i guess i only have to run the bulldozer somewhere out there!!!! |
Forum: C++ Dec 7th, 2004 |
| Replies: 10 Views: 2,887 yeah sort of understanding a little bit. jwenting said something about a counter can you please clarify that ... point.
thnx in advance |
Forum: C++ Dec 7th, 2004 |
| Replies: 10 Views: 2,887 well dave please clarify the reason. coz i am not an expert in c++. thanks in advance |
Forum: C++ Dec 7th, 2004 |
| Replies: 12 Views: 58,302 ok guys thanks for the clarification.caps lock on was my typing mistake. sorry |
Forum: C++ Dec 6th, 2004 |
| Replies: 10 Views: 2,887 u need an array
float x[20];
// to enter the codes now.use a for loop
int i,y=1;
for (i=0;i<20,i++)
x[i]=1/y+1/y+1;
// to calculate total |
Forum: C++ Dec 6th, 2004 |
| Replies: 47 Views: 159,809 this one was more intersting. keep it up. looking forward for the next part |
Forum: C++ Dec 6th, 2004 |
| Replies: 12 Views: 58,302 HI WEL I USE BORLAND C++. BUT IT IS SUPPOSED TO WORK ON ANY VERSION OF C++. JUST VERIFY THIS
1. ARE ALL YOOUR HEADER FILE ON A SINGLE FOLDER. MAYBE YOU COULD HAVE INSTALLED IT NOT PROPERLY.
IN... |
Forum: C++ Dec 4th, 2004 |
| Replies: 15 Views: 10,805 well kama i am still waiting for those answers. in fact i would suggest that you use a good c++ book of balaguruwsamy. i dont know if it is available in your country or if there do exits much... |
Forum: C++ Dec 4th, 2004 |
| Replies: 47 Views: 159,809 well thanlks to N3wbi3C0d3r i am glad to knoiw that thete are others like me on this web. keep it up. :) ;) :lol: :) |
Forum: C++ Dec 4th, 2004 |
| Replies: 47 Views: 159,809 well thanks a lot for the encouragement. i really need it. well firenet maybe u can address other topics ralated to c++ or html or any other language in ur next tutorial. u can also address common... |
Forum: C++ Dec 2nd, 2004 |
| Replies: 47 Views: 159,809 hi well thanks a lot for encouraging me. as i told u i am learning c++ by myself and its really not that easy because i didnot study c or any such type of programming language. i am also learning... |
Forum: C++ Dec 2nd, 2004 |
| Replies: 15 Views: 10,805 well i guess i know wat ur problem is . actually please dont take offence u urself dont know what u should convert into wat in ur program. i would suggest that u get 1 thing clear. the first step 2... |
Forum: C++ Dec 1st, 2004 |
| Replies: 47 Views: 159,809 hi thanks a lot i myself i just started learning c++ on my own and believe me its not veryu easy but thanks ur tutorial i can work my way out 2 continue 2 discover the fantastic world of... |
Forum: C++ Dec 1st, 2004 |
| Replies: 15 Views: 10,805 hi well first of let me see if got ur question right.
u need to input a weight value in kilograms and in grams separately and give the corresponding output in pounds and ounces right. well if so... |
Forum: C++ Nov 17th, 2004 |
| Replies: 4 Views: 4,162 undefinedundefined
hi every body. well i am a new member and i hope that i am doing things the right way . well my problem is that i am a first year students and obvoisly i am studying c++. but i... |