enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 27 forks source link

Adding Info. and some programs on Strings. #65

Closed aryanharitsh123 closed 3 years ago

aryanharitsh123 commented 3 years ago

There should be a dedicated section on Strings in theory and some programs for better understanding.

aryanharitsh123 commented 3 years ago

I have added some info. on Strings, I think we should also add some info about how to read strings, how to pass them through functions. So, should I add all that on the theory page? or make separate programs for them 1607792304622 1607792304610 1607792304616

?

abhitidarbar commented 3 years ago

@aryanharitsh123 If you think that you can explain it theoretically with less lines of codes you should add it here. But if you are explaining it through programs you should add them in programs.

aryanharitsh123 commented 3 years ago

It would be more convenient to explain them through programs.

abhitidarbar commented 3 years ago

Then just add them under programs section with relevant self explanatory names of programs.

harry-hov commented 3 years ago

@aryanharitsh123 you can also redirect to those program from strings.dart page. And thanks for working on Strings.

aryanharitsh123 commented 3 years ago

@harry-hov @abhitidarbar Should I add all of the programs in a single .dart file under programs folder ? Or seperate .dart for each program ?

abhitidarbar commented 3 years ago

@aryanharitsh123 you could do it just the way u did it in pointers.

aryanharitsh123 commented 3 years ago

I have added these programs and there was a numbering issue in the main menu when I added pointers, I have fixed it now. Please review. 1607860610762 1607860610768 1607860610774

abhitidarbar commented 3 years ago

@aryanharitsh123 your work looks great. Make a pr for review

abhitidarbar commented 3 years ago

@aryanharitsh123 Good Job 👍 .

aryanharitsh123 commented 3 years ago

Thank You. :)