which one

hi guys

i currently working on my game framework which uses SDL2 and maybe i will advance it to game engine in time i dont know.

ok. here i come across a serious choice. whihc will affect future uses seriously.

which one will you prefer and more importantly why?

1
2
3
4
5
6
7
8
9
10
fge_function();

fge::function();

fge::Class::function();

cClass::function();
.
.
.


imagine all the combinations and other options in your mind(namespaces, classes, ...), choose one and write the reason pls. i m having hard times to choose one.

EDIT: or whatever you are thinking thx in advance
Last edited on
Topic archived. No new replies allowed.