Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				"not too impressive"
 
 All I've accomplished this summer was fucking up my one website project and creating a cluster fuck I call a text based game.
 
 You're doing more than me lmao
- 
				
				 nightowl6867y@AlgoRythm Clever way of storing the data. Looks like the kind of method i'd choose! Just curious: Any reason you chose decimal instead of hexadecimal? nightowl6867y@AlgoRythm Clever way of storing the data. Looks like the kind of method i'd choose! Just curious: Any reason you chose decimal instead of hexadecimal?
 
 I always find it a bit easier since you can look at the individual nybbles and work out their binary value if you need to. Also a good exercise for doing conversions to/from binary by hand etc.
 
 No other advantage though. If it works, it works.
- 
				
				@wowotek As soon as I get the two buffers to synchronize size when the window is resized, I will release the code to the wild.
Related Rants
- 
						
							 xjose97x20Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop. xjose97x20Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
- 
						
							 Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ... Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
- 
						
							 sam966911 sam966911 Hats off to this lady .... I would have just flipped the machine Hats off to this lady .... I would have just flipped the machine








I know it's not too impressive, but got this working using my Windows console double-buffering system and literal bitmaps for the large numbers.
I have posted about both previously if you want more details :3
random
c++