Search Results

Search: Posts Made By: Senthil
Forum: Programming 08-26-2005
1
Gcc
2,300
Posted By Senthil
Gcc
Dear all,

Any body please guide, i require a C which will run in Linux environment. Its urgent please.

warm regards,

Senthil K
Forum: Programming 06-25-2005
3,788
Posted By Senthil
Need help
Anybody please guide me or provide me that the c running in Unix/Linux.

Help me please.

Warm regards,

Senthil K
Forum: Programming 06-25-2005
3,788
Posted By Senthil
database
Thank you, and i am using visual foxpro database i.e.(.dbf files)
Forum: Programming 06-25-2005
1,774
Posted By Senthil
is there any way or function to read word by word and stored them in an array?
There is simple way if you use a pointer variable in it.

for instance,

void main()
{
char *ch,ch1[];
int i=0;
scanf("%s",ch)

while (*ch!='\o')
{
ch1[i++]=*ch;
*ch++
}
...
Forum: Programming 06-25-2005
5,217
Posted By Senthil
To declare char array
I will easy when you use a pointer character. This is the easier way to define character of array.

example.

char *name[10]

the above will store 10 names in string format i.e.,
...
Forum: Programming 05-28-2005
3,788
Posted By Senthil
To connect database
Thanks, will you please help me in which 'c' version i do connect data base.

regards
senthil K
Forum: Programming 05-24-2005
3,788
Posted By Senthil
How to connect database in TC
Anybody please help me how connect a database file in TC for windows.

regards

Senthil. K
Forum: Programming 05-22-2005
11,515
Posted By Senthil
To know what ker pressed?
you are going to implement the combination of keys ie., shift+Alt then we have option in c.

First of all you have find the octal value of the combination of key pressed.

To find octal value
...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy