Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. - C-Plus-Plus/operations_on_datastructures/circular_linked_list.cpp at master · TheAlgorithms/C-Plus-Plus
i keep getting error: C2143: syntax error : missing ';' before '.' i thought in this case it was linked with circular include dependency if it is not what is the issue then Aug 15, 2014 at 8:00pm coder777(8444) I'd guess the error occurs on line 23 in createprofilew.cpp?