Search Results

Search: Posts Made By: sajinkoroth
Forum: Programming 11-12-2006
2
Hi!
1,635
Posted By sajinkoroth
Wikipedia all the way..
http://en.wikipedia.org/wiki/Binary_file
Forum: Programming 11-05-2006
8,901
Posted By sajinkoroth
I think i made a mistake
I think the following serves ur purpose if any thing again is wrong with that pls correct me , actually i just typed that code in a hurry that's the reason..
char * prep_string();

int main()
{...
Forum: Programming 11-05-2006
8,901
Posted By sajinkoroth
You mean dynamic allocation??
I think you need to create a string at run time .And if that is the case you could use following code

int prep_string(char *);

int main()
{
char *str; // The dynamicallly allocated string...
4,893
Posted By sajinkoroth
General def of client server modal
There is a good article on wikipedia on this topic that explains client server(two tier mode) and multi tier modes also .You could find it here Two tier client server modal...
Showing results 1 to 4 of 4

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