User profile: codingday

User info
User name:codingday
History
Joined:
Number of posts:23
Latest posts:

crossword puzzle
Hello, I think I brought my idea to the end, there are still some placement errors but overall the p...

crossword puzzle
[code] int main(int argc, char *argv[]) { string word1; string word2; string word3; int score; ...

crossword puzzle
Just like that ? [code] #include <iostream> #include <string> #include <algorithm> #include <bits/s...

crossword puzzle
There was a loop comparing the two intersecting letters from the old version that I removed. I edite...

crossword puzzle
For this loop: [code] score = can_place(temporary_coord_x[l], temporary_coord_y[l] + x_word2_interse...