Lost your password?

Blogs about: Const

Featured Blog

Enumerations in Actionscript 32 comments

Sarah wrote 2 months ago: Coming from a .Net sort of background, when typing in ‘enum’ into an Actionscript 3 file, I was baff … more →

Tags: Actionscript 3/Flex 3, Actionscript 3, Flex 3, enumerations, ENUM, Static, constant, ActionScript, Flex

C++ Notes: Why have a method const?

Priyesh Narayanan wrote 4 months ago: While reading Effective C++, one thing I figured out for good, although it’s never the point o … more →

Tags: C# Notes, C#

My Notes on "Effective C++, Third Edition" by Scott Meyers3 comments

msujaws wrote 8 months ago: I just finished reading Effective C++ by Scott Meyers and it is a great book for anybody that works … more →

Tags: book readings, C Plus Plus, scott meyers

Following Bush lead, Obama moves to block challenge to wiretapping program

Mike wrote 9 months ago: The more things change the more they stay the same! “President Obama promised the American peo … more →

Tags: General, Politics, Mark Klein, 4th Amendment, constitution, 4th

Construction! Whew!!!

virtualmic wrote 11 months ago: Supervising on-going construction work in my school has become almost a permanent feature of my job … more →

Tags: School

Pit Martin pronounced dead after snowmobile accident

lesleee999 wrote 1 year ago: Quebec provincial police say Hubert (Pit) Martin, a four-time NHL all-star in the 1960s and ’7 … more →

Tags: Sports News, quebec provincial police, Marie Josee, northwestern quebec, kanasuta, freezing water, Ouellet, snowmobile, hubert

Pit Martin pronounced dead after snowmobile accident

lesleee999 wrote 1 year ago: Quebec provincial police say Hubert (Pit) Martin, a four-time NHL all-star in the 1960s and ’7 … more →

Tags: quebec provincial police, Marie Josee, northwestern quebec, kanasuta, freezing water, Ouellet, snowmobile, hubert, 1960s

What is const_iterator

cppkid wrote 1 year ago: A const_iterator is not a const iterator. That is, const vector<int>::iterator it; and vector … more →

Tags: C#, GCC, VC++ 2005, Vector, const_iterator, C++ / STL, iterator

Constant Pointer And Pointer To A Constant1 comment

cppkid wrote 1 year ago: The keyword const specifies that you can not change the value of the variable. When it comes to poin … more →

Tags: C#, VC++ 2005, C++ pointer, const pointer, constant pointer, pointer to a const, pointer to a constant

C variable definition1 comment

paragasu wrote 1 year ago: extern - Variables described by extern statements will not have any space allocated for them, as the … more →

Tags: GTK, Static, eXtern

Small guide to casting in C++3 comments

JustChecking wrote 1 year ago: If you only want a guide to casting in C++, skip to the end of the article. If you want also a bit o … more →

Tags: Windows, Tips and Tricks, Troubleshooting, Computers, C/C++, Programming, Tutorials, Linux, Casting

Constansts in C#: const VS readonly1 comment

Bilal wrote 1 year ago: Pop quiz: What’s the difference between these three declarations? And, more importantly, when … more →

Tags: .NET, C#, Constants, ReadOnly, compile time constants, runtime constants

Immutable Containers and the Const Loophole

frankimpdev wrote 1 year ago: Did you know there is a loophole in c++’s const system?  Namely, cv-qualification is shallow!  … more →

Tags: immutable container, loophole

Annotations

qwandor wrote 1 year ago: The original annotation that started this project is @Pure. This would be applied to methods, and I … more →

Tags: Annotations, pure, immutable

generic stringstream function in c++

Patrick wrote 1 year ago: Something i’ve found useful while programming in C++, is the use of std::stringstream to conve … more →

Tags: C++ Programming, C#, Convert, datatypes, function, Generic, included, Library, OS

The ‘C’ test. Part - XVI

Bipin Gautam Taksande wrote 2 years ago: Obscure syntax 16. ‘C’ allows some appalling constructs. Is this construct legal, and if … more →

Tags: C/C++ Programming, Programming, technology, , 'C ' test, appalling constructs, Application, C Questions, codes

The ‘C’ test. Part - XV1 comment

Bipin Gautam Taksande wrote 2 years ago: Typedef 15. Typedef is frequently used in C to declare synonyms for pre-existing data types. It is a … more →

Tags: C/C++ Programming, Programming, technology, 'C ' test, Application, C Questions, codes, compiler, Data

The ‘C’ test. Part - XI

Bipin Gautam Taksande wrote 2 years ago: Interrupts 11. Interrupts are an important part of embedded systems. Consequently, many compiler ven … more →

Tags: technology, Programming, C/C++ Programming, Tips & Tricks, Dos & Don'ts, test, interview questions, Preprocessor, Embedded Systems


Related Tags
All →

Follow this tag via RSS