c++ & c help
jbwyatt.com
Unix Help
Microsoft Visual Studio Help
Jupiter files
Create a C++ Program
... on jupiter using puTTy & unix
... on a PC using visual studio
C++ Tutors and Info
cplusplus.com
|
cplusplus tutor
c++ fredosaurus
how to program in c++
bjarne stroustrup (c++ creator)
msdn
C Tutors and Info
c language tutor
notes on c programming
cprogramming.com
programming c / unix
Interesting & Helpful
puTTy
visual studio
dev-c++
|
dev-c++ tutor
project euler challenges
debugging an exe (no source)
Sample Code -
Coding Standards
...Simple Programs
template program
hello.cpp and hello.c
hello world progression
metric.cpp
mirror.cpp
average.cpp
age.cpp
(with notes)
... Harder Programs
dice.cpp
(no funcs + cheat)
coins.cpp
(pdf)
loopSum.cpp
(pdf)
ugly code
... Functions
stckfigmn.cpp
(funcs)
areamain.cpp
(funcs)
menu.cpp
(funcs)
payroll.cpp
(funcs)
nestedloop.cpp
(funcs)
dice.cpp
(funcs, pdf)
my files on jupiter
bufferOverflow.c
numToString.cpp
C++ Text Code -
Coding Standards
code by chapter:
c2
c3
c4
c5
c6
c7
c8
c9
c15
c16
c17
simple:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
do / while loops:
1
2
3
4
5
6
7
8
for loops:
1
2
3
4
5
6
7
8
9
10
11
12
branching with if/else:
1
2
3
4
5
6
7
8
branching with switch:
1
2
reading chars:
1
2
3
4
5
6
7
arrays & strings:
1
2
3
4
5
6
7
8
9
10
11
12
structs:
1
2
array of structs:
1
functions:
1
2
3
4
5
6
7
8
9
10
11
functions & structures:
1
functions & arrays:
1
2
3
4
5
pointers & addresses:
1
2
3
4
5
new:
1
2
3
4
reference:
1
files:
1
2
3
4
valid xhtml 1.0