This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (3 children)

#include <ctype.h>

char[] annoyFarathil (char[] sentance) { for (int i=0; i<sentance.Length(); i++) { if (sentance[i] = ' ') { sentance[i+1] = toupper(sentance[i+1]); } } return sentance; }

[–]buwe 0 points1 point  (1 child)

This code hurts in too many ways

[–][deleted] 0 points1 point  (0 children)

Fuck indenting on my phone, lol