or tag

453 questions


1 answers
52 views
0
I have a question about the phenomenon of not being compiled.

I'm a student studying coding with DEV C++. Even if you type a normal code to see what you touched wrong, the two screens below will appear. Because of this, I'm not making progress and I'm going craz...

2 years ago

1 answers
108 views
0
Console window error when executing eclipse project

When executing the eclipse project, From the console No core dump will be written. Minidumps are not enabled by default on client versions of WindowsThis kind of error occurs. If you know, please tell...


1 answers
82 views
0
Python Interlator Questions

class MultipleIterator: def __init__(self, stop, divisor): self.current = 0 self.stop = stop self.divisor = divisor def __iter__(self): return self def __next__(self): self.current += 1 if self....

2 years ago
« - 46 -

© 2024 OneMinuteCode. All rights reserved.