Author Topic: NewUser|Steps to run a set of codes written in C  (Read 3941 times)

ekalhor

  • Guest
NewUser|Steps to run a set of codes written in C
« on: July 08, 2014, 08:50:42 am »
Hello All,

I am so clueless here. I have a program to run which is written in C. I can open it in Code::Blocks but then that's pretty much it. My program is a set of files all written in C. I want to understand the structure of Code::Blocks and that how functions work together, how and where variables are stored and called, etc.


Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352
Re: NewUser|Steps to run a set of codes written in C
« Reply #1 on: July 08, 2014, 09:23:23 am »
please, please, PLEASE, use google (or duckduckgo) to search for tutorials. I think there are tons, even on youtube, for absolute beginner...

I want to understand the structure of Code::Blocks and that how functions work together, how and where variables are stored and called, etc.
well then you have to learn c, because this are c things.... And again, search the web for "c codeblocks tutorial". No one will have the time to explain to you what is already written somewhere easily findable.

 If you have a SPECIFIC question (like "where can i find this or that setting"), you can ask here, and we will try to help you...

greetings