Showing results 1 to 10 of 10
Search took 0.01 seconds.
Posts Made By: lara_
Forum: Posting Games Mar 12th, 2005
Replies: 7,564
Views: 469,040
Posted By lara_
Re: Word Association Game

steroid --> big big
Forum: C++ Oct 5th, 2004
Replies: 20
Views: 75,562
Posted By lara_
Re: replacement of getch()

i'm using getch() at password entering that display * when password is entered.
Forum: C++ Oct 5th, 2004
Replies: 7
Views: 3,773
Posted By lara_
Re: State abbreviations

actually i also will use if else.
how to use the table driven you mention above? can u teach me?
Forum: C++ Oct 5th, 2004
Replies: 9
Views: 11,949
Posted By lara_
Re: Comparing arrays

#include <iostream.h>

void main()
{ int a[50],b[50],i,n,g;

cout<<"Give the number of elements of both vectors: "; cin>>n;

for(i=1;i<=n;i++) { cout<<"a["<<i<<"]= "; cin>>a[i]; }...
Forum: C++ Oct 5th, 2004
Replies: 9
Views: 11,949
Posted By lara_
Re: Comparing arrays

have you test running your program?
Forum: C++ Oct 3rd, 2004
Replies: 20
Views: 75,562
Posted By lara_
replacement of getch()

i just want to whether there is a replacement for getch() in C++.

my friend said getch() is C function.

thanks!
Forum: C++ Sep 27th, 2004
Replies: 5
Views: 4,343
Posted By lara_
Help infinite loop...

i dunno whether this question has been ask before but i've try to search but didn't found. so i ask it here...

very simple... if i declare

int Z;
cin >> Z;

if I enter integer, it works fine...
Forum: C++ Sep 14th, 2004
Replies: 2
Views: 2,757
Posted By lara_
why i have to press "enter" twice before getline can read the string...

why i have to press "enter" twice before getline can read the string... can anybody help me to solve this problem...


#include <iostream>
#include <string>
#include <new>
using namespace std;

int...
Forum: C++ Sep 11th, 2004
Replies: 5
Views: 2,288
Posted By lara_
Re: why gets() is skip in this program?

fgets(), i've try but didn't work...

about fflush(stdin), if didn't use this function then is there any other function can replace?
Forum: C++ Sep 10th, 2004
Replies: 5
Views: 2,288
Posted By lara_
why gets() is skip in this program?

I've just wrote this program and when i compile, the gets() function is skip before i can enter the string. i have try cin.getline but the same problem occurs. Can anybody tells me what's the problem...
Showing results 1 to 10 of 10

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 8:49 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC