/Textbox

Primary LanguageC++

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