Showing results 1 to 40 of 159
Search took 0.01 seconds.
Posts Made By: atish00
Forum: C++ Nov 18th, 2008
Replies: 2
Views: 213
Posted By atish00
Re: turbo c++ 3.xx Project

you can put it across that way........

any idea anyone ?
Forum: C++ Nov 18th, 2008
Replies: 2
Views: 213
Posted By atish00
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
Posted By atish00
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
Posted By atish00
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
Posted By atish00
Re: pointer to 2D array

All above has to be done in pointer form.... thats a requirement.
Forum: C++ Aug 22nd, 2008
Replies: 10
Views: 1,435
Posted By atish00
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
Posted By atish00
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
Posted By atish00
Re: problem with program....

LO silly mistake ... thanx dude.
Forum: C++ Aug 13th, 2008
Replies: 2
Views: 172
Posted By atish00
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
Posted By atish00
Re: Returning pointers

I need to Input an array and then return it.
Forum: C++ Aug 12th, 2008
Replies: 4
Views: 414
Posted By atish00
Re: Returning pointers

How to read this returned value ??

BTW thanx for the help.
Forum: C++ Aug 12th, 2008
Replies: 4
Views: 414
Posted By atish00
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
Posted By atish00
Re: decimal to binary in while loop..stuck

keep on dividing number till it gives true value.

while( n%10 => 0)

{
conversion code
}
Forum: C++ Mar 3rd, 2008
Replies: 12
Views: 1,819
Posted By atish00
Re: Need getch() func w/o wait

@ duoas which compiler u use ...... I don't have most of the header files u use, in my programs.
Forum: C++ Mar 3rd, 2008
Replies: 12
Views: 1,819
Posted By atish00
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
Posted By atish00
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
Posted By atish00
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
Posted By atish00
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
Posted By atish00
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
Posted By atish00
Re: fonts

OS vista ultimate compiler tcc v.3.0 graphics card iintel 950 GMA.
Forum: C++ Mar 3rd, 2008
Replies: 10
Views: 489
Posted By atish00
Re: fonts

text..... me just a begineer
Forum: C++ Mar 3rd, 2008
Replies: 11
Views: 4,671
Posted By atish00
Re: Creating exe in Matlab without Matlab compiler

I do..... every prog. I compile, it automatically makes an exe.
Forum: C++ Mar 3rd, 2008
Replies: 10
Views: 489
Posted By atish00
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
Posted By atish00
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
Posted By atish00
Forum: C++ Mar 3rd, 2008
Replies: 28
Views: 1,360
Posted By atish00
Re: Vector without asking for no. of elemnts

ITS DONE BUT 1 ERROR REMAINS :

I need to clean up the char array so that it dosent contain x when the program is...
Forum: C++ Mar 3rd, 2008
Replies: 11
Views: 4,671
Posted By atish00
Re: Creating exe in Matlab without Matlab compiler

why do yuo need a mat file when you have and .exe ??
Forum: C++ Mar 3rd, 2008
Replies: 28
Views: 1,360
Posted By atish00
Re: Vector without asking for no. of elemnts

ok

suppose

for the first i loop is executed if array is 256

that is 50 53 54 ..... ACSII CODE..

then if I use atoi() It'll be 3 elements 2 5 & 6
Forum: C++ Mar 3rd, 2008
Replies: 28
Views: 1,360
Posted By atish00
Re: Vector without asking for no. of elemnts

ok I will replace gets with getline ...... but I can't change void main even though its illegal by ISO standards as I don't wanna pi*s my teacher off.
Forum: C++ Mar 3rd, 2008
Replies: 11
Views: 4,671
Posted By atish00
Re: Creating exe in Matlab without Matlab compiler

Isn't exe atomatically created in the folder you work when the program is automatically compiled ??
Forum: C++ Mar 3rd, 2008
Replies: 10
Views: 561
Posted By atish00
Re: Plz help me :( i'm in trouble :(

In the cases write function as function() .... PUT THE BRACKETS.
Forum: C++ Mar 3rd, 2008
Replies: 28
Views: 1,360
Posted By atish00
Re: Vector without asking for no. of elemnts

#include<iostream.h>
#include<conio.h>
#include<string.h>
#include<stdio.h>
void main()
{
clrscr();

int i,k=0;
char a[20];
Forum: C++ Mar 3rd, 2008
Replies: 10
Views: 561
Posted By atish00
Re: Plz help me :( i'm in trouble :(

they supposed to be written like this sertel();
Forum: C++ Mar 3rd, 2008
Replies: 28
Views: 1,360
Posted By atish00
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
Posted By atish00
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
Posted By atish00
Re: Creating exe in Matlab without Matlab compiler

which compiler has mathlab ????? we have <math.h> is it obsolete ?
Forum: Geeks' Lounge Mar 3rd, 2008
Replies: 242
Views: 17,783
Posted By atish00
Re: Annoying Things People Do

:icon_redface: :icon_redface: :icon_redface: :icon_redface:
Forum: Geeks' Lounge Mar 3rd, 2008
Replies: 134
Views: 8,490
Posted By atish00
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
Posted By atish00
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
Posted By atish00
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.
Showing results 1 to 40 of 159

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