Start Here
Start Here
1. Editor Setup
Considering you as newbies we are only going to suggest 2 editors (each) here. If you have any problems installing them then contact us. Until you've got some hands on experience it is better to stick with the first options in both cases.
i. Offline
Name | Link | Installation |
---|---|---|
Codeblocks | ||
Visual Studio Code |
ii. Online
Name | Link |
---|---|
Programiz | |
OnlineGDB |
Hello World
The typical first program...
#include <stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
Now let's get you started on your learning journey. Choose any of the following ones to start. If you love to read and you can understand well from reading then you may choose option 1. Otherwise choose the other options. (Those are videos. I'll suggest that you try both and then decide.)
Author/Channel Name | Medium | Link |
---|---|---|
Tamim Shahriar Subeen | Bangla (Book) | |
Anisul Islam | Bangla (Video) |
Good Job, Go ahead buddy !!!!
ReplyDelete