top of page
Search

Menu Buttons UI Remodeled and some C++

  • Writer: Keshav Batra
    Keshav Batra
  • Feb 24, 2023
  • 1 min read

This is just a prototype since I'm just testing out which button UIs would look good.






I'm still working on C++ and slowly and slowly getting better with it.

int main() 
{
	int Sadness = 10;
	float Hopeless = 2.6;
	bool Desparation = true;
	char Rage = '1';
	string Lust = "Sorrow";

	cout << "Hello \n";

	system("pause");
}



 
 
 

Comments


bottom of page