cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
'
'
Apr 20, 2016 at 5:23am
Apr 20, 2016 at 5:23am UTC
aaronjohn2
(5)
It works on VS.. but not on CodeBlock.
Thank You
Last edited on
Apr 20, 2016 at 2:08pm
Apr 20, 2016 at 2:08pm UTC
Apr 20, 2016 at 7:28am
Apr 20, 2016 at 7:28am UTC
littlepig
(32)
1
2
3
4
int
main() {
int
num;
double
data;
there are two uninitialized vars. Except that your code compiled nicely in my VS2015. Could you detail your error or some error code?
Topic archived. No new replies allowed.