Giter Club home page Giter Club logo

programming-fundamentals's Introduction

Programming-Fundamentals

Coolest Spell-Checker ever. (maybe)

Author name: Darwon Rashid

(Okay, it is not the coolest spell-checker, it is okay at best.)

Summary: This is a spell-checking program, it takes in txt files and finds incorrect words (what line they are on as well) and then outputs them either to a new txt file or onto the console, it also works with the console being an input. To include an input file, you type in the name of the program and then a ‘’-i’’ followed along with the name of the input file. To include an output file, you do the same as mentioned above except with a ‘’-o’’ followed by the output file, this also works with both being typed in. We also have a case sensitive flag with ‘’-c’’, this can be used to make case sensitive irrelevant.

Example: Spell -i input.txt -o output.txt Spell -i input.txt (this will output to console.) Spell -c (this will use console for both input and output but is not case sensitive.)

Compiler and Version:

Microsoft (R) C/C++ Optimizing Compiler Version 19.10.24930 for x86 Copyright (C) Microsoft Corporation. All rights reserved.

To build the program from the command line:

                  cl /c functions.c
	               lib /OUT:spell.lib functions.obj
	               cl /c spell.c
	               link spell.obj spell.lib

To build the program from the makefile, you type in nmake in the command line along with any of the test cases provided. Example:

nmake sentences nmake sentencesCase nmake singleWordsCase

programming-fundamentals's People

Contributors

darwonsamal avatar scottlb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.