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
::?
::?
May 6, 2012 at 5:58pm UTC
atjm88
(201)
1
2
3
Low::Mig(string J,
bool
K,
float
thr) { }
1
2
3
void
Low::Cis(string J) { }
Hi, can I know any different between 2 code above?
Why one have
void
, another one don't have?
And why both of them having this
::
?
Last edited on
May 6, 2012 at 5:59pm UTC
May 6, 2012 at 7:33pm UTC
webJose
(2948)
You can probably find your answers if you study a basic C++ tutorial. This site has one under Documentation. Check it out. The :: is the scope operator.
Topic archived. No new replies allowed.