Search Results

Search: Posts Made By: MrUser
Forum: Programming 05-03-2010
1,442
Posted By MrUser
Sockets for remote login
Hi,

i have written a program that provides the remote login for the system whose IP is specified.


the program is working correctly on the same machine but its not working when i try to...
Forum: Programming 04-21-2010
31,058
Posted By MrUser
is there any difference in file.txt and file
1 #include<unistd.h>
2 #include<fcntl.h>
3 int main( void )
4 {
5 int fd, fd1;
6 fd = open("MyFile.txt",O_RDWR|O_CREAT);
7 close(1);...
Forum: Programming 04-21-2010
31,058
Posted By MrUser
read and write stdin/stdout in unix
Hi,
i am using the below program to read from the standard input or to write to standard out put.

i know that using highlevel functions this can be done better than what i have done here.

i...
Forum: Linux 03-17-2010
2,619
Posted By MrUser
its a good suggestion but , i am free only on...
its a good suggestion but , i am free only on weekends and week days its not possible for preparation. even if i learn on my own i dont understand the concepts clearly.

atleast if i get a training...
Forum: Linux 03-12-2010
2,619
Posted By MrUser
GTK+ Training in Bangalore
Hi,

I would like to undergo training in GTK+ .

Please if any one has an idea where in bangalore i get the coaching centers for GTK.


Regards,
MrUser.
6,430
Posted By MrUser
is there any technique to print the statements in...
is there any technique to print the statements in the right order.
by right order i mean : to print the statements that come under same process rather than printing randomly.

i am unable to...
6,430
Posted By MrUser
fork system call understanding
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

i have a...
Forum: Programming 11-06-2009
3,157
Posted By MrUser
Fork syscall and related issues
Hi all,
i just started started learning system programming and want to pursue a career in the sys prog area.
below is the program that use a fork() call.
i read in one of the tutorials that parent...
Forum: Programming 11-05-2009
17,912
Posted By MrUser
how to use the commands , i used ...
how to use the commands , i used

[User@telnet spark]$ objdump -t te.o
te.o: file format elf32-i386
SYMBOL TABLE:
00000000 l df *ABS* 00000000 te.c
00000000 l d .text 00000000
00000000 l d...
Forum: Programming 11-05-2009
17,912
Posted By MrUser
Symbol table of a C program
Hi,
is there any command to see symbol table info.
will it show where its allocating memory for varibales golbals & locals and code.(i mean the segments).

i read there is a section called read...
Forum: Programming 11-04-2009
2,600
Posted By MrUser
Sockets
Hi,i now moved into a different section where i need to use sockets.
i am completely nill in sockets.
can some body please provide me what are the requirements for a socket.
to use sockets in c.
...
Forum: Programming 11-04-2009
8,027
Posted By MrUser
please reply for this
please reply for this
Forum: Programming 11-03-2009
5,754
Posted By MrUser
Trigraph sequences
Hi,

i have read trigraph sequence in
The C99 Draft (N869, 18 January, 1999) (http://web.archive.org/web/20050207010641/http://dev.unicals.com/papers/c99-draft.html#5.1.1.2)
...
Forum: Programming 11-03-2009
1,778
Posted By MrUser
can i print by any means(command or program) the...
can i print by any means(command or program) the set of processors that my compiler can generate code for?


i am using LINUX 2.4.20-8 smp on i386 machine
Forum: Programming 11-03-2009
1,778
Posted By MrUser
Compiler considerations
Hi this is rather basic question but to answer and understand the problem nedded expert.

compilers are OS dependent but OS may use any processor
how the compilers are able to generate code for...
Forum: Programming 11-02-2009
12,790
Posted By MrUser
i just compiled the program but i am getting the...
i just compiled the program but i am getting the following errors

alloca.c: In function `main':
alloca.c:46: `hrtime_t' undeclared (first use in this function)
alloca.c:46: (Each undeclared...
Forum: Programming 11-02-2009
2,283
Posted By MrUser
i have already got the image on the CD/ and in...
i have already got the image on the CD/ and in BIOS its the CD Drive that boots first when restarting.


but i am unbale to install it.

i think i am going wrong in burning procedure.

i used...
Forum: Ubuntu 11-02-2009
2,319
Posted By MrUser
Ubuntu OS 9.04 issue ..
i have been tyring to install the Ubuntu OS 9.04 ,some how i failed to install it.

i actually downloaded the OS from Download Ubuntu | Ubuntu (http://www.ubuntu.com/GetUbuntu/download)

i got...
Forum: Programming 11-02-2009
23,410
Posted By MrUser
Breakpoint 1, main () at gdb.c:3 3 ...
Breakpoint 1, main () at gdb.c:3
3 char *str...
Forum: Programming 10-29-2009
2,283
Posted By MrUser
Ubuntu 9.04 issue
i have been tyring to install the Ubuntu OS 9.04 ,some how i failed to install it.

i actually downloaded the OS from Download Ubuntu | Ubuntu (http://www.ubuntu.com/GetUbuntu/download)

i got...
Forum: Programming 10-29-2009
35,621
Posted By MrUser
its interesting, please let me know what are we...
its interesting, please let me know what are we supposed to pass through pass cmd line args.

is it the IP address ?

---------- Post updated at 09:48 AM ---------- Previous update was at 09:36...
Forum: Programming 10-29-2009
8,027
Posted By MrUser
ncurses refresh()
i have read in one of links, there its documented


but i am using following code


int main ()
{
char ch;
initscr();
printw("Enter a char :");
ch=getch();
...
Forum: Programming 10-27-2009
12,790
Posted By MrUser
Thank You all for your replies.
Thank You all for your replies.
Forum: Programming 10-26-2009
12,790
Posted By MrUser
Use of alloca function
Hello ,

i have read the manual page of alloca ,
it is documented there that "alloca works similar to the malloc but it allocates memory from stack and frees automatically".

i can't get how...
Forum: Programming 10-14-2009
2,695
Posted By MrUser
thank you for your support. soon i will come...
thank you for your support.

soon i will come up with some other queries.
Showing results 1 to 25 of 30

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