473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

I need a C++ code style checker.

I need a C++ code style checker. Which is the best choice? free or for
fee.

Jul 24 '07 #1
3 2962
On Jul 24, 9:14 am, <wangdo...@gmail.comwrote:
I need a C++ code style checker. Which is the best choice? free or for
fee.
Why not saying CPP editor directly? Dev-C++ may be a good choice if
you are using Windows.

Jul 24 '07 #2
On Jul 24, 2:18 pm, "1983...@gmail.com" <1983...@gmail.comwrote:
On Jul 24, 9:14 am, <wangdo...@gmail.comwrote:I need a C++ code style checker. Which is the best choice? free or for
fee.

Why not saying CPP editor directly? Dev-C++ may be a good choice if
you are using Windows.
Checker is a editor? When i use Java, there's lots of tools.

Jul 25 '07 #3
On 24 ec, 03:14, <wangdo...@gmail.comwrote:
I need a C++ code style checker. Which is the best choice? free or for
fee.
Which is the best choice? Of course this one, which fits best your
requirements :-)

I think you do not mean code formatting, it is easy with any good
editor and there are automatic formatters (for example astyle).

If you need more sophisticated checker, you should first of all turn
on all warnings (but be careful if you are using Microsoft compiler -
it produces many warnings on their own standard C++ library). Some
compilers may have other special flags.

You can compile your program with more compilers and on more
platforms, it helps to find some portability issues, but it is not
always possible.

You can make code review, but it is not automatic process.

As far as I know there is some checking from Parasoft, but it is not
cheap.

Jul 25 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

84
by: Andy Glew | last post by:
I am in search of any rigourous, scientific, academic or industrial studies comparing naming conventions in C++ or similar languages such as Ada: Specifically, are names formed with...
8
by: Eclectic | last post by:
I have a couple of layers that are hidden. When an image is moused over, I want to show the appropriate layer, then hide it on mouseOut. The problem is, I get an error telling me...
9
by: JimO | last post by:
I'm a newbie at this and I can't seem to find a list properties names to change styles on the fly. So far I've been lucky and managed to guess the names such as BodyElement.style.marginTop = 0;...
136
by: Merrill & Michele | last post by:
A derangement is a mapping of a set onto itself leaving no element fixed. I realized that that was what I was programming when I was asked to randomly determine who buys presents for whom this...
3
by: Bas Wassink | last post by:
Hello there, I'm having trouble understanding a warning produced by 'splint', a code-checker. The warning produced is: keywords.c: (in function keyw_get_string) keywords.c:60:31: Released...
5
by: Moon Chow | last post by:
Hello, can anyone help me write a fragment of code to check to see if textarea form input contains the string "http" ? I've successfully created form checking functions with IF statements like...
6
by: Eric_Dexter | last post by:
I am writing out zero byte files with this (using python 2.5). I have no idea why I am having that problem, I am also looking for an example of readlines where I can choose a number of lines say...
3
by: Kinokunya | last post by:
Hi guys, My group and I will be working on our final year project, the scope to do a program/web-based application similar areas of functionalities like the PyLint and PyChecker; a Python syntax...
6
by: sanjay | last post by:
Hi, Is there any tool that would do static detection (doesnt execute the application) of dead code for C++ application. Few tools do show which code flow would never get executed, but i am...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.