python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I read an input file line by line into multiple arrays of different types
As an example input file:
02-03-2004,13045634
03-02-2004,16782930
I'm having trouble coming up with code that can read in inputs into different arrays properly. My most recent attempt is this:
int i ...
Cezlock
Votes: 0
Answers: 2
CAP Theorem - satify consistency by always erroring on read
The wiki page and one of my instructors say
Consistency: Every read receives the most recent write or an error.
I have learned we can only satisfy two of them at all-time, but, seriously, wouldn't t...
Zack Light
Votes: 0
Answers: 1
Remove the lowercase vowels [C]
I'm learning C and I got a task to to remove the lowercase vowels (a, e, i, o, u) in a given string.
so I wrote this code and I'm getting Segmentation fault error in line 15, can someone explain me w...
Patton13
Votes: 0
Answers: 0
Modified algorithm for Max-Heapify
in a question I have to answer they asking to write an algorithm Modified-Max-Heapify for a random value insertion.enter image description here The question is in below link. Can anyone help me to fig...
Imila Maheshan
Votes: 0
Answers: 1