cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Articles
Cleaner code
Page 2
Cleaner code
Pages:
1
2
Sep 13, 2010 at 2:11pm UTC
moorecm
(1932)
Boost.Lambda:
http://beta.boost.org/doc/libs/1_44_0/doc/html/lambda.html
Sep 13, 2010 at 7:29pm UTC
closed account (
EzwRko23
)
What does Boost.Lambda have to do with cleaner code?
The amount of boilerplate required to use this is quite huge.
Sep 20, 2010 at 5:30pm UTC
DrChill
(574)
1
2
3
int
main(){
return
0; }
This disagrees with you bracket rule, yet it is my preferred style.
Topic archived. No new replies allowed.
Pages:
1
2