Compiles but "Stops Responding" Any safer way to use memove? Doesn't matter I fixed it my sizes were wrong for the [code]memmove((void *) &fittestprog[a+1], (v...
Compiles but "Stops Responding" Any safer way to use memove? Hi LB, I am using a bit of both c++ mainly, although i am very new to both of them. The function a...
Compiles but "Stops Responding" Any safer way to use memove? Hi I am relatively new to c/c++ and have created this function that takes 2 char arrays and compares...
Best practise for finding length of elements in an int arrayYes I need to count the elements in one of the arrays, my function compares both the arrays but it m...
Best practise for finding length of elements in an int array@vlad What includes do you use for this int size = std::distance( std::begin( a ), std::find( st...
This user does not accept Private Messages