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
Can you bring law and order to this piec
Can you bring law and order to this piece of code?
Jun 7, 2019 at 3:10pm UTC
brunsztryn
(1)
- case credit, debit
- }
- enum Card: String {
- var description: String {
- return self.rawValue
- }
- var C = Card.credit
- print(c.description)
Last edited on
Jun 7, 2019 at 3:17pm UTC
Jun 7, 2019 at 3:38pm UTC
Repeater
(3046)
This code appears to be something that isn't C++.
Jun 7, 2019 at 3:39pm UTC
Ganado
(6814)
It's Swift.
Topic archived. No new replies allowed.