Imgflip Logo Icon

Best way to increment an integers val

Best way to increment an integers val | c++;; c = c+1;; var d = c;
c = d +1;; c = int.Parse((c-1).ToString()) + 1; | image tagged in memes,expanding brain,programming | made w/ Imgflip meme maker
1,047 views 3 upvotes Made by tesseract_ 4 years ago in fun
Expanding Brain memeCaption this Meme
1 Comment
[deleted]
0 ups, 4y
as a member fond of the C family, i approve of this
Expanding Brain memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
c++;; c = c+1;; var d = c; c = d +1;; c = int.Parse((c-1).ToString()) + 1;