gustavofsousa / CPP_Piscine_42

Fundamentals of C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using if/else if in CPP05 ex03

gustavofsousa opened this issue · comments

At intern.cpp I'm using if/else if statemets but the right way needs to be in a way without it.
I've tried with void function pointers but I end up using the statemets.
Try to do it in another way