goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others] Final Project #297

Open Souflle opened 4 years ago

Souflle commented 4 years ago

I learned that in WINDOWS file systems,
fopen command does not distinguish capital and lower letter but in LINUX, it distinguish. 1. in Window, Should I have to distinguish in file name between Capital and Lower letter? (e.g. MATH.txt, Math.txt)

  1. There's no matter if I use global variables

  2. in Welcome_Screen, there is no Global Input(B, E, M)???

Thank you Professor

goldshakil commented 4 years ago
  1. you don't have to worry about lower and upper case. We will check like a totally different file name for error case e.g. chemistry (instead of math)

  2. you can use global variables

3) in welcome screen there is no global input