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 programs related to Bitwise operators. #74

Closed aryanharitsh123 closed 3 years ago

aryanharitsh123 commented 3 years ago

Bitwise operators are very useful when it comes to problem-solving, So, I guess there should be some info. and basic programs related to them.

aryanharitsh123 commented 3 years ago

Should I add Bitwise operators inside the "operators in C" section or a separate section in the theory menu?

abhitidarbar commented 3 years ago

@aryanharitsh123 if you want to add only names and one line about bitwise operator mention them in operators in C but if you want to explain them with proper description you should make a new dart file.

aryanharitsh123 commented 3 years ago

Okay, I'll make a seperate .dart file with explanation,examples and some programs.

abhitidarbar commented 3 years ago

Great 👍

aryanharitsh123 commented 3 years ago

Added all this, Please review. Screenshot_2020-12-19-00-24-47-265_com example c_made_easy Screenshot_2020-12-19-00-24-37-527_com example c_made_easy Screenshot_2020-12-19-00-24-34-453_com example c_made_easy Screenshot_2020-12-19-00-24-26-603_com example c_made_easy Screenshot_2020-12-19-00-24-19-122_com example c_made_easy

abhitidarbar commented 3 years ago

Wow, you are doing a great work. Keep it up 💯

aryanharitsh123 commented 3 years ago

Thank You :), Please Review and Merge.