int hyphenated;
hyph
int hyphenated;
hyphe
int main() {
//Declaring the variable
int hyphenation = 1;
//printing the variable, notice how it doesn't auto complete
printf("Hello World! %d", hyphena ); //Left it incomplete intentionally
}
@sparkiyo (http://forums.codeblocks.org/index.php?action=profile;u=14873)
I have do the test:Codeworks!!int hyphenated;
hyphe