https://github.com/atulkamble/pps
Programming and Problem Solving | F.Y BTech | 2021-22 | MIT, Kothrud, Pune
https://github.com/atulkamble/pps
fybtech mit mitwpu pps
Last synced: 10 months ago
JSON representation
Programming and Problem Solving | F.Y BTech | 2021-22 | MIT, Kothrud, Pune
- Host: GitHub
- URL: https://github.com/atulkamble/pps
- Owner: atulkamble
- License: mit
- Created: 2022-06-13T11:56:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T12:11:42.000Z (about 4 years ago)
- Last Synced: 2025-03-04T20:35:43.534Z (over 1 year ago)
- Topics: fybtech, mit, mitwpu, pps
- Language: C
- Homepage: https://mitwpu.edu.in/
- Size: 6.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PPS
F.Y BTech Programming and Problem Solving 2021-22 | MIT, Kothrud
# Tools used
- IDE: Atom
- Path Folder C:\TDM-GCC-64
# C Installation Instructions
Prerequisites to run C Programs in IDE
- IDE - Eclipse, VS Studio, Code||Blocks
- Text Editors - Sublime Text, Atom - https://jmeubank.github.io/tdm-gcc/download/
- TDM_64 bit Compiler
- Git,GitHub | Repository Management
- Tip: Extensions required to setup in IDE - g++/gpp compiler
- Download and Install Borland C++ Compiler on Windows 10 & 11: https://developerinsider.co/download-and-install-borland-c-compiler-on-windows-10/
- Web Based C Compilers/Websites
1. https://www.codechef.com/ide
2. https://ideone.com/
3. https://www.mycompiler.io/new/c
# Atom Windows Commands
```
Microsoft Windows [Version 10.0.19043.1415]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Atul Kamble>cd AppData\Local\atom
C:\Users\Atul Kamble\AppData\Local\atom>atom --squirrel-updated
C:\Users\Atul Kamble\AppData\Local\atom>
```