allright this is my pseudo code i was trying to write in c++. As most of you probably noticed im a c style coder but im learning c++ step by step
what im trying to write is a function that will open a file named init.conf and read the list of files that are located in the init.conf file and check if it exists and if it does to see its size
if you try this pseudo function i get the output "could not read files in init.conf". I've tried going to freenodes general c++ irc chatroom and they told me the code is horribly written and there are some details that are useless