Sponsored Content
Full Discussion: c++ ping program
Top Forums Programming c++ ping program Post 33325 by norsk hedensk on Saturday 28th of December 2002 05:29:35 PM
Old 12-28-2002
thank you. i will search your threads and post back when ive found the solution.
 

10 More Discussions You Might Find Interesting

1. IP Networking

ping program with explanations please!!!!!

need help!! need a ping program written in c with the explanations as to what each variable,function does!!! please help!! (4 Replies)
Discussion started by: sachin_zeus
4 Replies

2. Programming

How to write to stdin of another program (program A -> [stdin]program B)

Hi, Program A: uses pipe() I am able to read the stdout of PROGAM B (stdout got through system() command) into PROGRAM A using: * child -> dup2(fd, STDOUT_FILENO); -> execl("/path/PROGRAM B", "PROGRAM B", NULL); * parent -> char line; -> read(fd, line, 100); Question: ---------... (1 Reply)
Discussion started by: vvaidyan
1 Replies

3. Programming

A program to trace execution of another program

Hi, I wanted to know if i can write a program using switches and signals, etc to trace execution of other unix program which calls c program internally. If yes how? If not with signals and switches then are there any other methods apart from debugging with gdb/dbx. (3 Replies)
Discussion started by: jiten_hegde
3 Replies

4. UNIX for Dummies Questions & Answers

Script to open program and send/execute command in program

Hi, i want to write a script that executes a program (exec?) . this program then requires a filename as input. how do i give it this input in the script so the program will be complete run and close by the script. e.g. exec prog.exe program then asks for filename "enter filename:"... (1 Reply)
Discussion started by: tuathan
1 Replies

5. Programming

Python program faster than C++ program.

I wrote a simple program that generates a random word 10,000,000 times. I wrote it in python, then in C++ and compared the two completion times. The python script was faster! Is that normal? Why would the python script be faster? I was under the impression that C++ was faster. What are some of... (2 Replies)
Discussion started by: cbreiny
2 Replies

6. Homework & Coursework Questions

Calling compiled C program with Perl program

Long story short: I'm working inside of a Unix SSH under a bash shell. I have to code a C program that generates a random number. Then I have to call the compiled C program with a Perl program to run the C program 20 times and put all the generated random #s into a text file, then print that text... (1 Reply)
Discussion started by: jdkirby
1 Replies

7. Shell Programming and Scripting

Animation Ping on Solaris Like Cisco Ping

Hi, I develop simple animation ping script on Solaris Platform. It is like Cisco ping. Examples and source code are below. bash-3.00$ gokcell 152.155.180.8 30 Sending 30 Ping Packets to 152.155.180.8 !!!!!!!!!!!!!.!!!!!!!!!!!!!!!. % 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies

8. Shell Programming and Scripting

How to get reason for ping failure using perls Net::Ping->new("icmp");?

Hi I am using perl to ping a list of nodes - with script below : $p = Net::Ping->new("icmp"); if ($p->ping($host,1)){ print "$host is alive.\n"; } else { print "$host is unreacheable.\n"; } $p->close();... (4 Replies)
Discussion started by: tavanagh
4 Replies

9. Programming

Ping test sends mail when ping fails

help with bash script! im am working on this script to make sure my server will stay online, so i made this script.. HOSTS="192.168.138.155" COUNT=4 pingtest(){ for myhost in "$@" do ping -c "$COUNT" "$myhost" &&return 1 done return 0 } if pingtest $HOSTS #100% failed... (4 Replies)
Discussion started by: mort3924
4 Replies

10. Shell Programming and Scripting

Perl program get a response before the program quits

I created a program, so a kid can practice there math on it. It dispenses varies math problems and the kid must input an answer. I also want it to grade the work they have done, but I can't find the best place for it to print out the grade. I have: if ( $response =~ m/^/ ) { $user_wants_to_quit... (1 Reply)
Discussion started by: germany1517
1 Replies
ENGLISH(5)							File Formats Manual							ENGLISH(5)

NAME
english - flag format for English ispell dictionaries DESCRIPTION
English dictionaries for ispell(1) supports 3 prefix and 14 suffix flags. For a detailed description of how ispell handles flags and capi- talization, see ispell(5). This manual page only describes flags usable in dictionaries built using the english.aff affix file. In the following discussion of the flags, let # and @ be "variables" that can stand for any letter. Upper case letters are constants. "..." stands for any string of zero or more letters, but note that no word may exist in the dictionary which is not at least 2 letters long, so, for example, "fly" may not be produced by placing the "Y" flag on "f". Also, no flag is effective unless the word that it cre- ates is at least 4 letters long, so, for example, "wed" may not be produced by placing the "D" flag on "we". In the following list, an asterisk indicates that a flag participates in cross-product formation (see ispell(5)). The meaning of the prefix flags is as follows: *A ... --> re... as in cover --> recover *I ... --> in... as in firm --> infirm *U ... --> un... as in able --> unable The meaning of the suffix flags is as follows: V ...e --> ...ive as in create --> creative if # .ne. e, ...# --> ...#ive as in prevent --> preventive *N ...e --> ...ion as in create --> creation ...y --> ...ication as in multiply --> multiplication if # .ne. e or y, ...# --> ...#en as in fall --> fallen *X ...e --> ...ions as in create --> creations ...y --> ...ications as in multiply --> multiplications if # .ne. e or y, ...# --> ...#ens as in weak --> weakens H ...y --> ...ieth as in twenty --> twentieth if # .ne. y, ...# --> ...#th as in hundred --> hundredth *Y ...y --> ..ily as in messy --> messily if # .ne y, ...# --> ...#ly as in quick --> quickly *G ...e --> ...ing as in file --> filing if # .ne. e, ...# --> ...#ing as in cross --> crossing *J ...e --> ...ings as in file --> filings if # .ne. e, ...# --> ...#ings as in cross --> crossings *D ...e --> ...ed as in create --> created if @ .ne. a, e, i, o, or u, ...@y --> ...@ied as in imply --> implied if # .ne. e or y, or (# = y and @ = a, e, i, o, or u) ...@# --> ...@#ed as in cross --> crossed or convey --> conveyed T ...e --> ...est as in late --> latest if @ .ne. a, e, i, o, or u, ...@y --> ...@iest as in dirty --> dirtiest if # .ne. e or y, or (# = y and @ = a, e, i, o, or u) ...@# --> ...@#est as in small --> smallest or gray --> grayest *R ...e --> ...er as in skate --> skater if @ .ne. a, e, i, o, or u, ...@y --> ...@ier as in multiply --> multiplier if # .ne. e or y, or (# = y and @ = a, e, i, o, or u) ...@# --> ...@#er as in build --> builder or convey --> conveyer *Z ...e --> ...ers as in skate --> skaters if @ .ne. a, e, i, o, or u, ...@y --> ...@iers as in multiply --> multipliers if # .ne. e or y, or (# = y and @ = a, e, i, o, or u) ...@# --> ...@#ers as in build --> builders or slay --> slayers *S if @ .ne. a, e, i, o, or u, ...@y --> ...@ies as in imply --> implies if # .eq. c, s, or t, ...#h --> ...#hes as in lash --> lashes if # .ne. c, s, or t, ...#h --> ...#hs as in cough --> coughs if # .eq. s, x, or z, ...# --> ...#es as in fix --> fixes if # .ne. s, x, z, h, or y, or (# = y and @ = a, e, i, o, or u) ...@# --> ...@#s as in bat --> bats or convey --> conveys if @ .ne. a, e, i, o, or u, ...@y --> ...@iness as in cloudy --> cloudiness if # .ne. y, or @ = a, e, i, o, or u, ...@# --> ...@#ness as in late --> lateness or gray --> grayness *M ... --> ...'s as in dog --> dog's To summarize more briefly: Prefixes: *A - re *I - in *U - un Suffixes: V - ive *N - ion, tion, en *X - ions, ications, ens H - th, ieth *Y - ly, ily *G - ing *J - ings *D - ed T - est *R - er *Z - ers *S - s, es, ies *P - ness, iness *M - 's SEE ALSO
ispell(1), ispell(5) ENGLISH(5)
All times are GMT -4. The time now is 09:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy