Skip to content

atrope/Textbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textbox

C++ project that creates a textbox with delimited width

Getting Started

Run the program in Visual Studio by opening it at Textbox.sln
The program Accepts letters and numbers.
Just type them, you can also delete with BACKSPACE.
To exit program, please press ESCAPE
You can change position and max width of the text box in main.cpp:

	const int maxWidth = 20;
	const COORD pos = { 30,10 };

Authors

  • Alan Trope - 337637961
  • Amit Shwartz - 305432775
  • Dolev Farhi - 311142657
  • Fabian Roitman - 337912844

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published