Verifying C++ program


 
Thread Tools Search this Thread
Top Forums Programming Verifying C++ program
# 1  
Old 09-12-2006
Verifying C++ program

Hi,
Do we have any utility available on Unix machines to verify C++ programs.
For C programs we have "lint". Is there any similar utility for C++?

Thanks
-------
Suman
# 2  
Old 09-12-2006
Since you didn't specify a platform, or very much else - here is a list of what is out there. You decide what you want and what you will/won't pay for:

http://en.wikipedia.org/wiki/List_of..._code_analysis
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Verifying Record Length

Hi all, We are going through a total migration from AIX-based server framework to Linux-based servers. When I am testing *.sh and *.awk in a lower environments, it abends at the same step everytime in verifying the record length of the first row of the source file. I know this source file... (11 Replies)
Discussion started by: SoloXX
11 Replies

2. Solaris

Verifying LPD is running

Apologies in advance, I'm usually a Linux admin so I'm not well versed in Solaris administration. In Linux there's usually an lpd executable running and you can check the process list for it to do a high level check on the state of the printing subsystem. Is the executable called the same in... (1 Reply)
Discussion started by: thmnetwork
1 Replies

3. Shell Programming and Scripting

Verifying table records

Hi, Script copies records of two tables into another tables for backup before using oracle's import utility to restore from backup. Now, suppose if the import utility fails then the script will again copy those records from the backup table to the original ones. How to check whether all... (2 Replies)
Discussion started by: milink
2 Replies

4. Shell Programming and Scripting

Verifying killall command usage

killall -KILL rdiff-backup Is it a valid command coz i couldn't find a -KILL option for killall in the man page. (1 Reply)
Discussion started by: proactiveaditya
1 Replies

5. Shell Programming and Scripting

Verifying SSH connectivity in a script

Hi everyone, I'm trying to write a korne shell script that takes the IP address of a remote server as an argument and logs into that server if RSA key has been setup properly, otherwise exits if RSA key is not set for that server. I don't want the script to get stuck with Password prompt... (1 Reply)
Discussion started by: omd
1 Replies

6. HP-UX

Verifying backup on Tru64

Hy everyone and happy new year! I would like to know how can i verify that some of my backup tapes, created with vdump, are ok? Some of them were created before i came to the company that i'm workin for now, so i would like to test them before i actually use them. Unfortunately, i don't have... (0 Replies)
Discussion started by: veccinho
0 Replies

7. UNIX for Dummies Questions & Answers

verifying tape backups

Hello all, how would i go about verifying that a tape is backing up data correctly other than restoring the backup. for example, what command would i use to check the tape for errors? Any and all help is appreciated -Coffee (0 Replies)
Discussion started by: coffeebrown
0 Replies

8. HP-UX

Verifying remote command status

hello Friends, I wanted to verify status of remote command executed on remote machine in hpux. remsh <hostname> -l root cd /sampldir i wanted to check weather the command executed on remote machine correctly or not by $?. Can you tell me how to execute multiple command on remote machine. ... (0 Replies)
Discussion started by: ravikiran
0 Replies

9. Shell Programming and Scripting

Verifying sting format in bash

Hello, This one has me stumped, although I suspect it might be easy. I have a file and need to split the entries into two varaibles. The format for a positive is 'AANNNN' where A is alpha and N is numeric. Thanks in advance (5 Replies)
Discussion started by: 98_1LE
5 Replies
Login or Register to Ask a Question