Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ while true loop

while (true) { // you can also put 1 or true: while (1)
	//do stuff
}
Source by en.cppreference.com #
 
PREVIOUS NEXT
Tagged: #true #loop
ADD COMMENT
Topic
Name
6+2 =