cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
declaring functions
declaring functions
Feb 5, 2014 at 12:01am UTC
Coxxej
(7)
Im really confused with these....
whats does i mean and what does ! mean in c++
Feb 5, 2014 at 12:22am UTC
geniusberry
(83)
If you need help with functions, this website has a good tutorial that explains everything at
http://www.cplusplus.com/doc/tutorial/functions/.
and ! means not in c++ like
1
2
3
4
5
if
(n != 5) { cout <<
"N is not 5;"
; }
could you also elaborate on what i you are talking about?
Topic archived. No new replies allowed.