Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread maSnun
Zed Shaw is one of the best technical authors of the current time. His "Learn Code The Hard Way" series has gained massive popularity. You can follow him on twitter : @zedshaw in case you haven't already! :) On Sun, Oct 9, 2011 at 12:29 AM, shiplu wrote: > On Sat, Oct 8, 2011 at 3:06 PM, maSnun

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread Pavel Sayekat
ধন্যবাদ, এটা g++ এ কাজ করছে। এবং ধন্যবাদ লিংক গুলোর জন্য। -- Ubuntu Bangladesh https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread shiplu
On Sat, Oct 8, 2011 at 3:06 PM, maSnun wrote: > You might also want to have a look at Zed A Shaw's Learn C The Hard Way - > http://c.learncodethehardway.org/book/ > > The book is still in alpha but will introduce some cool tools and > techniques to smartly deal with C on the *Nix platform. > > T

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread maSnun
You might also want to have a look at Zed A Shaw's Learn C The Hard Way - http://c.learncodethehardway.org/book/ The book is still in alpha but will introduce some cool tools and techniques to smartly deal with C on the *Nix platform. -- Abu Ashraf Masnun | +8801711960803 | http://masnun.com <

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread Ashiq-uz-Zoha
১. sudo apt-get install gcc ২.sudo apt-get install g++ ৩.sudo apt-get install geany এই তিনটা কমান্ড টার্মিনালে রান করুন। geany তে কোড লিখুন।কম্পাইল,রানের জন্য বাটন প্রেস করলেই কাজ শেষ। আর হ্যা, main () ফাংশনটা int main() এভাবে লিখুন ও শেষে return 0; স্টেটমেন্টটা যোগ করে দিন।বাকীটা আগে যেভাবে কো

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread shiplu
আপনার কোডের এক্সটেন্সন হল CPP কিন্তু কম্পাইল করছেন Gcc দিয়ে। আপনি g++ দিয়ে কম্পাইল করুন যদি সি ++ হিসেরে রাখতে চান। নতুবা .CPP কে রিনেম করে .c (.C নয়) করুন। তারপর gcc দিয়ে কম্পাইল করুন। -- Shiplu Mokadd.im Follow me, http://twitter.com/shiplu Innovation distinguishes between follower and leader