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
system("PAUSE")
system("PAUSE")
Dec 12, 2014 at 5:11pm UTC
suzaku343
(7)
I need to use system pause but codeblocks says that "system" was not declared. is there a way around this? i'd like to still use system pause if possible thanks!
Dec 12, 2014 at 5:13pm UTC
Peter87
(11234)
Have you included <cstdlib>?
Peter87 runs away to take cover under a stone.
Last edited on
Dec 12, 2014 at 5:14pm UTC
Dec 12, 2014 at 5:38pm UTC
suzaku343
(7)
I completely forgot about that library thanks!
Topic archived. No new replies allowed.