PostCompiling Source Code

Posts 115 of 18 · Page 1 of 2
Compiling Source Code
What Thing should keep in mind before compiling source code ?
Quote Originally Posted by xdajay View Post
What Thing should keep in mind before compiling source code ?

Errors.
I am saying before compiling so that thier would be no Erorr Nvr mind Thanks for your Repy tht mean nothing
Quote Originally Posted by xdajay View Post
I am saying before compiling so that thier would be no Erorr Nvr mind Thanks for your Repy tht mean nothing


Sometimes you just can't see if your code will have errors before compiling it..
like if there is 6 lines of code then ofcourse yes... but if you have like 20,000 lines of code ? good luck finding errors.. thats why you have to compile it and see your self... besides that if you manage to compile thouse 20k lines of code you will never know there can be some run time errors like glitch' in the system ;p wrong data type set some calculations went wrong etc..

Be more specific on your question next time it's abstract how to explain it :/ sorry for bad english.
Dont forget to write the code before compiling it
Quote Originally Posted by xdajay View Post
I am saying before compiling so that thier would be no Erorr Nvr mind Thanks for your Repy tht mean nothing
Careful design of your program.
Thanks i got Nothing

Quote Originally Posted by Hassan View Post




Careful design of your program.

Thank you Can you Explain me please
Quote Originally Posted by xdajay View Post
Thanks i got Nothing




Thank you Can you Explain me please
Think before coding.
Quote Originally Posted by Nico View Post
Think before coding.


You know why i asked becouse when i compile no eror when i build so many erors please why it happens ?
Quote Originally Posted by xdajay View Post
You know why i asked becouse when i compile no eror when i build so many erors please why it happens ?
These are run time errors that mostly occur due to the poor logic of your program. You need to chalk out what you need carefully. Then use language features accordingly. That's what I meant by careful design.
i compile before my project is even done just to check for errors
Write an algorithm before you start coding so you don't make stupid logic errors.
Thanks ,But Programe i am compiling source Is developed By another and iam using it in my Project , Thats why Its very complicated and i amd getting errors Any suggestion ?
Quote Originally Posted by xdajay View Post
Thanks ,But Programe i am compiling source Is developed By another and iam using it in my Project , Thats why Its very complicated and i amd getting errors Any suggestion ?
Don't try to build code you do not understand.
Posts 115 of 18 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?