15,672,024 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Nitron (Articles: 10)
Articles: 10
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.57
Project Management Part 2 - Stakeholders
24 Jun 2005 Updated:
24 Jun 2005
Rating: 4.42/5 Votes: 17 Popularity: 5.07
Licence: Not specified Views: 86,281
Bookmarked: 29
Downloaded: 0
Please
Sign up or sign in
to vote.
An in-depth look at stakeholder analysis for project management.
Desktop Programming
MFC
CDataFile - An easy class for reading numeric data in CSV or Text-Delimited format.
25 Nov 2002 Updated:
26 Jan 2004
Rating: 4.85/5 Votes: 42 Popularity: 7.82
Licence: CPOL Views: 507,375
Bookmarked: 101
Downloaded: 3,581
Please
Sign up or sign in
to vote.
This class reads numeric data and stores it for easy access. The data can be accessed by (row, column) from any data reduction routines you may have.
How to Extract Text from an HTML Resource
10 Jun 2005 Updated:
10 Jun 2005
Rating: 4.69/5 Votes: 27 Popularity: 6.63
Licence: Not specified Views: 75,574
Bookmarked: 28
Downloaded: 1,566
Please
Sign up or sign in
to vote.
This article illustrates how to get the text out of an HTML resource.
How to Browse for a Folder
16 Feb 2006 Updated:
16 Feb 2006
Rating: 4.88/5 Votes: 20 Popularity: 6.24
Licence: Not specified Views: 219,168
Bookmarked: 55
Downloaded: 2,914
Please
Sign up or sign in
to vote.
This article presents a 'cut-n-paste' solution for getting the path to a directory.
A Presentation of the STL Vector Container
3 Nov 2003 Updated:
3 Nov 2003
Rating: 4.83/5 Votes: 53 Popularity: 8.11
Licence: Not specified Views: 298,719
Bookmarked: 60
Downloaded: 2,241
Please
Sign up or sign in
to vote.
Presenting the std::vector with a discussion on STL algorithms and predicates.
Project Management
15 Jun 2003 Updated:
15 Jun 2003
Rating: 4.56/5 Votes: 36 Popularity: 6.92
Licence: Not specified Views: 91,222
Bookmarked: 87
Downloaded: 0
Please
Sign up or sign in
to vote.
An introduction into the art and science of project management.
Programming Languages
C#
A High-Precision Stopwatch for C#
17 Jan 2006 Updated:
17 Jan 2006
Rating: 4.87/5 Votes: 22 Popularity: 6.34
Licence: CPOL Views: 103,993
Bookmarked: 39
Downloaded: 2,986
Please
Sign up or sign in
to vote.
This article presents a stopwatch class with microsecond-precision for C# that offers split-time and a System.TimeSpan interface.
C++
An In-Depth Study of the STL Deque Container
11 Nov 2003 Updated:
11 Nov 2003
Rating: 4.98/5 Votes: 160 Popularity: 10.86
Licence: Not specified Views: 450,950
Bookmarked: 87
Downloaded: 0
Please
Sign up or sign in
to vote.
This article presents an in-depth analysis of std::deque and offers guidance as to when to prefer using it as opposed to std::vector, by taking into consideration memory allocation and container performance.
How to Format a String
9 Aug 2006 Updated:
9 Aug 2006
Rating: 3.20/5 Votes: 21 Popularity: 4.23
Licence: CPOL Views: 77,911
Bookmarked: 11
Downloaded: 621
Please
Sign up or sign in
to vote.
This article illustrates how to format a std::string using a variable argument list similar to CString's Format.
Objective C
A Prelude to Pointers
10 Dec 2002 Updated:
23 Jul 2003
Rating: 4.42/5 Votes: 49 Popularity: 7.31
Licence: Custom Views: 227,786
Bookmarked: 105
Downloaded: 1,099
Please
Sign up or sign in
to vote.
A quick reference to pointers and pointer operations
Average blogs rating:
No blogs have been submitted.
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Nitron
CEO
Aspen Insights
United States
Walter Storm is currently doing quantitative research and data science. Originally from Tunkhannock, PA., he has a B.S. in Aerospace Engineering from
Embry-Riddle Aeronautical University
[
^
], and an M.S. in Systems Engineering from
SMU
[
^
]. He has been professionally developing software in some form or another since January of 2001.
View Walter Storm's profile on LinkedIn.
[
^
]