Forum: C++ Nov 18th, 2008 |
| Replies: 2 Views: 213 |
Forum: C++ Nov 18th, 2008 |
| Replies: 2 Views: 213 turbo c++ 3.xx Project I have to make a project today itself on turbo c++ :-
It should have OOP.
Classes.
and use of database i.e I/O on text files.
Can anyone suggest a unique topic and I will be asking help related to... |
Forum: C++ Aug 23rd, 2008 |
| Replies: 10 Views: 1,435 Re: pointer to 2D array The main program is :-
/*==========================|| PRG-7 ||===================================
| Name - Atishay Kiran
| Class- XII - A
| Program info. -
|
| i) Program... |
Forum: C++ Aug 23rd, 2008 |
| Replies: 10 Views: 1,435 Re: pointer to 2D array but How do I read it ?? like I pass the pointer to another function to echo the data.
void Echo_dat ( char a[30][21],OR char* a[30][21] ?)
{
I want to read the string till it detects the string... |
Forum: C++ Aug 22nd, 2008 |
| Replies: 10 Views: 1,435 |
Forum: C++ Aug 22nd, 2008 |
| Replies: 10 Views: 1,435 Re: pointer to 2D array is it ll seeming greek and latin.
char axx0 [20][30];
I wan to input this in pointer form the pass it to another fucntion which can read it and manipulate the 30 strings.
I have no clue where to... |
Forum: C++ Aug 22nd, 2008 |
| Replies: 10 Views: 1,435 pointer to 2D array Can anyone explain me pointers to 2D array ?? I have to input array of string using and read them in another function but I am having a REALLY TOUGH time with pointersan anyone explin it to me or... |
Forum: C++ Aug 13th, 2008 |
| Replies: 2 Views: 172 |
Forum: C++ Aug 13th, 2008 |
| Replies: 2 Views: 172 problem with program.... When I execute the code.... the value of ele is set to a junk chracter, isn't the class function supposed to manipulate the value ?? |
Forum: C++ Aug 12th, 2008 |
| Replies: 4 Views: 414 |
Forum: C++ Aug 12th, 2008 |
| Replies: 4 Views: 414 |
Forum: C++ Aug 12th, 2008 |
| Replies: 4 Views: 414 Returning pointers Guyz I Don't want to write another array function using VOID I wanna do it using pointers for the extra grades...... can ny one give me a clude or just6 a sample code snippet on how to return a 2-D... |
Forum: C++ Mar 14th, 2008 |
| Replies: 7 Views: 1,023 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 12 Views: 1,819 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 12 Views: 1,819 Re: Need getch() func w/o wait thats not possible if a user takes say 5 seconds betewwn inputs the program will give -1 just after the first key is pressed, you will nedd to wait fro a ceratin time like 1 s or 2s I am a begineer... |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 Re: fonts hang on......... what does graphics mode or text mode mean ??? that my prog. is text based or graphics based isn;t it ? |
Forum: C++ Mar 3rd, 2008 |
| Replies: 12 Views: 1,819 Re: Need getch() func w/o wait ok so you want user to input and if theres no input for a while the input loop to close ???
I will search for it..... for now I have the idea to use getch in a loop, and set some timer..... I am... |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 Re: fonts I don't know any thing both x,y .... thats why I prefer goto over gotoxy. |
Forum: Geeks' Lounge Mar 3rd, 2008 |
| Replies: 242 Views: 17,783 Re: Annoying Things People Do got confused from the fact that god told adam first not to eat apples////// anways I just wanted to say that no one should be given preference coz of their sex it should be equal for all. |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 Re: fonts OS vista ultimate compiler tcc v.3.0 graphics card iintel 950 GMA. |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 11 Views: 4,671 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 Re: fonts no...... I,ve had many of these examples.... I don't get how the give output. |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 489 fonts How to set font style color and bg color;
the online examples are very tough ;
can ayone give me a easy and understandable code ?? |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 11 Views: 4,671 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 11 Views: 4,671 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 561 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 10 Views: 561 |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 Re: Vector without asking for no. of elemnts getline( cin, line );
if (line.empty()) break;
stringstream ss( line );
int value;
ss >> value;
ints.push_back( value );
here " cin " is the name of the array ??? What is its... |
Forum: C++ Mar 3rd, 2008 |
| Replies: 28 Views: 1,360 Re: Vector without asking for no. of elemnts getline( cin, line );
if (line.empty()) break;
stringstream ss( line );
int value;
ss >> value;
ints.push_back( value );
here " cin " is the name of the array ??? What is its... |
Forum: C++ Mar 3rd, 2008 |
| Replies: 11 Views: 4,671 |
Forum: Geeks' Lounge Mar 3rd, 2008 |
| Replies: 242 Views: 17,783 |
Forum: Geeks' Lounge Mar 3rd, 2008 |
| Replies: 134 Views: 8,490 Re: Decline in morals? no prison is not gud for us,....... they make you break stones there.... :( ..... they give you veg. food there and only 1 to go outside. And teen don't go to jail anyways they go for... |
Forum: Geeks' Lounge Mar 2nd, 2008 |
| Replies: 242 Views: 17,783 Re: Annoying Things People Do I litter to get sadistic pleasure........ I am atleast making the govt. spend a bit more on cleanig.....from the money which would have otherwise gone as bribe or subsidy to the "virtually" poor... |
Forum: Geeks' Lounge Mar 2nd, 2008 |
| Replies: 134 Views: 8,490 Re: Decline in morals? read a story by Oscar wilde bout a guy called sopy we went to prison on purpose so that he will get atleast blankents and 3 meals. |