Skip to content

vipulchodankar/gec-computer-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Made with C Made with C++ Made with Java

GEC Computer Engineering

  • Compiling and running c code using gcc:
    gcc fileName.c -o outputFileName
    ./outputFileName

  • Compiling and running c++ code using g++:
    g++ fileName.c -o outputFileName
    ./outputFileName

Add -lm flag for linking math.h


  • Compiling and running java code using javac:
    javac ClassName.java
    java ClassName

  • Running python:
    python fileName.py

About

Collection of practical, assignment codes etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published