User profile: DarkAtomz

User info
User name:DarkAtomz
Name:Unkown:)
Location:void
History
Joined:
Number of posts:7
Latest posts:

Trying to make my own strcmp function in C
[code] bool IsEqual(const char str1[],const char str2[]){ int strcounter=0; bool equal = true; for(...

Trying to make my own strcmp function in C
[code] bool IsEqual(const char str1[],const char str2[]){ int strcounter=0; bool notequal = false; w...

Trying to make my own strcmp function in C
I think am drunk I had a long day today :D Ahhh now the issue you pointed out earlier so the loop is...

Trying to make my own strcmp function in C
But even when the strings are the same the loop is just stuck what am I doing wrong??

Trying to make my own strcmp function in C
Trying to write my own strcmp function that will take two const char arrays and check to see if the...