<

Introduction to C++: Vectors - Clearing and Detecting Empty Vectors

Posted on
3,204 Points
104 Views
1 Endorsement
Last Modified:
Published
Experience Level: Beginner
5:11
The viewer will learn how to clear a vector as well as how to detect empty vectors in C++.
1
Author:Ian Ma
1 Comment
LVL 33

Comment

by:pepr
I suggest to switch to Visual Studio 2013, and start with the C++11 features. They make C++ much nicer also for beginners.

Related to the presentation, a vector initializer can be used, the new form of the for loop can be used (no hardwired numbers needed).
0
Article by: evilrix
Looking for a way to avoid searching through large data sets for data that doesn't exist? A Bloom Filter might be what you need. This data structure is a probabilistic filter that allows you to avoid unnecessary searches when you know the data defin…
This article shows the procedure to call c++ class member function from C source code.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month