Sorting a vector without using sortNo, he is doing the swap in the outer loop like it should be. You are comparing sVec[j] with sVec[i...
Array made of string and int?Why are we using the wrong tool for the job? If you really don't want class/struct then you need se...
Issues with Mastermind ProgramAs mentioned, it is perfectly acceptable to access a string by index just like a character array. N...
stuck on function pointer[code] int(*char_ptr)(int a); char_ptr = pass_char; [/code] Notice how int(*char_ptr)(int) a); is de...
Need help with char arraysfirst I would fix your declaration of read_array/write_array since it doesn't match the actual funct...
This user does not accept Private Messages