Forum: C++ Jul 24th, 2005 |
| Replies: 2 Views: 1,303 hi,
for( turbo c++)
:eek: is there anyway my program can recognize words :idea: :!: . for eg.
cin.getline(sentence,10); :rolleyes:
"Hello how are you?" |
Forum: C++ Jul 16th, 2005 |
| Replies: 5 Views: 1,725 Thx alot Narue
what does "Kisama wa akan da!" mean? |
Forum: C++ Jul 16th, 2005 |
| Replies: 5 Views: 1,725 this program is for tc only |
Forum: C++ Jul 16th, 2005 |
| Replies: 5 Views: 1,725 hi,
as you can see when the value 'a' is to be entered we have to press enter with it too, is there anyway that it can happen by just entering the digit and not pressing enter after it.
:eek:
... |
Forum: C++ Jul 9th, 2005 |
| Replies: 3 Views: 6,203 hello
i made this black jack game its showing few bugs and stuff , spent a long :sad: time and i cannot figure out what to do . please help correcting :cry:
i would also appeciate a smaller... |
Forum: C++ Jul 3rd, 2005 |
| Replies: 11 Views: 3,004 THANK YOU Everyone for your suppeort
when i tried the same thing today it was not showing the error (hmmm.......)
THANKS:-) |
Forum: C++ Jul 3rd, 2005 |
| Replies: 11 Views: 3,004 its showing a error
unable to open file "c0s.obj"
wut does it mean :eek: |
Forum: C++ Jul 2nd, 2005 |
| Replies: 20 Views: 24,229 i lucky have this program creted on the same day
# include<iostream.h>
# include<conio.h>
void main()
{
clrscr();
int value, x, i, j; |
Forum: C++ Jul 2nd, 2005 |
| Replies: 11 Views: 3,004 im relly a noob i dont know anything i just started learning c++
can u help me by editing my above program . |
Forum: C++ Jul 2nd, 2005 |
| Replies: 11 Views: 3,004 i accually need help wwith this programm
here i want help so that any amount of words can be filled in the address
# include <iostream.h>
# include <conio.h>
void main()
{
clrscr();
char... |
Forum: C++ Jul 2nd, 2005 |
| Replies: 2 Views: 1,818 |
Forum: C++ Jul 1st, 2005 |
| Replies: 11 Views: 3,004 |
Forum: C++ Jul 1st, 2005 |
| Replies: 2 Views: 1,818 this program contains everything even leap year: :idea:
i am a beginner in cpp (we have this in school so i am learning this age 15 )
# include<iostream.h>
# include<conio.h>
void main... |
Forum: C++ Jul 1st, 2005 |
| Replies: 20 Views: 24,229 i got a similar program too :
# include<iostream.h>
# include<conio.h>
void main()
{
clrscr(); |
Forum: C++ Jul 1st, 2005 |
| Replies: 11 Views: 3,004 i have jut started learning cpp need help :
is their any way i can make a char statement conatining spaces too.
if yes plz tell me.
:rolleyes: |