برگزیده های پرشین تولز

كتابهاي سي و ويژوال سي و كمي بحث

sia999us

کاربر قدیمی پرشین تولز
کاربر قدیمی پرشین تولز
تاریخ عضویت
5 ژوئن 2005
نوشته‌ها
1,597
لایک‌ها
30
سلام
خوبين
اگه كسي ان رو داره ممنون ميشم آدرسش رو بدين
c++ interavtive course robert lafore
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
من نرسيدم تمامي link ها رو ببينم
اما قبلا ازش لينک بوده ، اما حالا کار نميکنه
 

aftab110

کاربر تازه وارد
تاریخ عضویت
25 ژوئن 2006
نوشته‌ها
37
لایک‌ها
0
این کتاب شاید قبلا در این تاپیک معرفی شده باشد ولی باز من لینک می دهم. ممنون از آقا مهدی به خاطر معرفی کتاب.
کد:
Memory as a Programming Concept in C and C++
by Frantisek Franek

Assuming readers have a basic familiarity with C or C++,
 Frantisek Franek describes the techniques, methods and tools available 
to develop effective memory usage. 
The overwhelming majority of "bugs" and crashes in computer programming
stem from problems of memory access, allocation, or deallocation. 
Such memory related errors are notoriously difficult to resolve.

حجم : 3 مگا
پسورد فایل زیپ: ebooksatkoobe
لینک دانلود:
http://www.programmerworld.net/books/c++.htm
کتاب یازدهم
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
لذت ببريد

s1811566.jpg


Written for the intermediate or advanced C++ programmer, renowned C++ expert Scott Meyers provides essential techniques for getting more out of the Standard Template Library in Effective STL, a tutorial for doing more with this powerful library.
STL is a hugely powerful feature of today's C++, but one with a well-earned reputation for complexity. The book is organized into 50 tips that explore different areas of the STL. Besides providing a list of dos and don'ts, Meyers presents a lot of background on what works and what doesn't with STL. Each tip is demonstrated with in-depth coding samples, many of which make use of two-color printing to highlight the most important lines of code. (Advanced developers will enjoy Meyers's in-depth explanations, while those who are in a hurry can skip ahead to the recommended tip itself.)
A good part of this book involves using containers, like vectors and maps, which are built into STL. (Besides the standard built-in containers, the author also highlights recent additions to STL like B-trees, which are available as extensions from other vendors.) You'll learn the best ways to allocate, add, change, and delete items inside containers, including associative containers like maps. You'll also learn to avoid common pitfalls, which can result in writing code that is slow or just plain wrong.
Other areas covered in Effective STL cover getting the most out of the 100-plus STL algorithms that are bundled with this library. Meyers shows you how to choose the correct algorithm for sorting and other functions. (Even advanced developers will learn something here.) Sections on using function objects (called functors) round out the text. Meyers shows you when these classes make sense and the best ways to implement them. Besides specific tips, you'll get plenty of general programming advice. A useful appendix shows the limitations of STL as implemented in Microsoft Visual C++ 6.0 and how to overcome them.
Overall, Effective STL is a really invaluable source of programming expertise on an essential aspect of today's C++ for anyone who is using--or planning to use--STL in real production code. It is quite simply a must-have. --Richard Dragan
Topics covered:
  • Introduction to advanced Standard Template Library (STL) programming techniques
  • 50 tips and best practices for STL illustrated with sample tutorial code
  • Choosing containers
  • Efficient copying of elements inside containers
  • Removing, erasing, and cleaning up items from containers
  • Using custom allocators with STL containers
  • Thread safety with STL
  • Tips for programming with the STL vector and string classes (including reserving memory and calling legacy C/C++ code)
  • Tips for associative containers (including comparing items, sorted vectors, and non-standard enhancements to STL)
  • Tips for selecting and using STL iterator classes
  • STL algorithms (including sorting, removing, and comparing items)
  • Using functors with STL
  • General tips for STL programming (including advice for choosing algorithms and understanding compiler diagnostic messages)
  • String locales
  • Overcoming STL imitations in Microsoft Visual C++ 6.0

  • کد:
    hxxp://rapidshare.de/files/24531089/Addison.Wesley_.Effective.STL.50.Specific.Ways.to.Improve._2002_._0201749629_.rar.html
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
0072262281.01._SCLZZZZZZZ_.jpg



Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET
By: Dejan Sunderic
ISBN: 0072262281
Publisher: McGraw-Hill Osborne Media - 2006-05-18
Paperback | 3 Edition | 664 Pages | List Price: $59.99 (USD) | Sales Rank: 260962

Essential for developers and database administrators who use SQL Server 2005 on a daily basis, this guide explains how to take full advantage of stored procedures: operations that are stored with the database server, allowing access to all clients.The book covers the design of stored procedures in both T-SQL and CLR languages such as C# and Visual Basic .NET and readers will learn to develop programmable database objects and scalable Web-based applications.

hxxp://rapidshare.de/files/29568136/0072262281.rar
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
0321150775.01._SCLZZZZZZZ_.jpg



Essential C# 2.0 (Microsoft .Net Development Series)

Summary:
Essential C# 2.0 is a clear, concise guide to C#—including the features new to C# 2.0. The book clearly presents material for beginners and experts and provides contrasts and comparisons between C# and other languages. The C# language is covered comprehensively and each important construct is illustrated with succinct code examples. Complete code examples are available online. Mark Michaelis has organized the material for quick access. Graphical “mind maps” at the beginning of each chapter show what material is covered and how each topic relates to the whole.

Following the C# introduction, readers will learn about

* C# primitive data types, value types, reference types, type conversions, and arrays
* Operators and control flow, loops, conditional logic, and sequential programming
* Methods, parameters, exception handling, and structured programming
* Classes, inheritance, structures, interfaces, and object-oriented programming
* Well-formed types, operator overloading, namespaces, and garbage collection
* Generics, collections, and iterators
* Reflection, attributes, and declarative programming
* Threading, synchronization, and multi-threaded patterns
* Interoperability and unsafe code
* The Common Language Infrastructure that underlies C#

C# 2.0 has a multitude of new features that make the language even more powerful, productive, and efficient. These new features are thoroughly covered in this book. A separate appendix on C# 2.0 topics helps readers quickly find new features of the language.

Whether you’re just starting out as a programmer, are an experienced developer looking to learn C#, or are a seasoned C# programmer interested in learning the new features of C# 2.0, Essential C# 2.0 gives you just what you need to quickly get up and running writing C# applications.

About the Author

Mark Michaelis is a software architect and trainer at Itron Corporation and an instructor with Pluralsight. He holds a B.A. in philosophy from the University of Illinois and an M.S. in computer science from the Illinois Institute of Technology. Mark is a Microsoft Certified Trainer, a Microsoft Most Valued Professional for Visual Studio, and serves on several Microsoft software design review teams, including C# and Visual Studio Team System. He lives in Spokane, Washington.

hxxp://rapidshare.de/files/29971951/Essential.C.sharp.2.0_0321150775.rar
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
و اين هم اطلس

s1789026.jpg


hjjp://rapidshare.de/files/35911959/0596526725.zip
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
076371976501aa240sclzzzxs0.jpg


A Laboratory Course in C++ Data Structures, Second Edition

With a dynamic learn-by-doing focus, this laboratory manual encourages students to explore data structures by implementing them, a process through which students discover how data structures work and how they can be applied. Providing a framework that offers feedback and support, this text challenges students to exercise their creativity in both programming and analysis. Each laboratory unit consists of four parts: the Prelab, the Bridge, the In-lab, and the Postlab, which create an excellent hands-on learning opportunity for students in supervised labs and students engaged in independent study.
hxxp://rapidshare.com/files/13583409/N0763719765.rar
 

sasan_66

کاربر تازه وارد
تاریخ عضویت
18 جولای 2006
نوشته‌ها
450
لایک‌ها
0
Visual C++ in 24 hoursلينك داونلود اينو كسي داره؟؟
 

White Rose

Guest
تاریخ عضویت
12 فوریه 2007
نوشته‌ها
11
لایک‌ها
0
محل سکونت
In front of Damavand
:rolleyes: فکر کنم قبلا برای این کتاب درخواست داده شده بهر حال لطفا اگر کسی این کتاب رو داره برای ما هم لینک بذاره.


Fundamentals of Data structures in C++(BY: Horowitz.Sahani.Mehta)
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
Fundamentals of Data Structures in C++ by Ellis Horowitz, Sartaj Sahni, and Dinesh Mehta (Paperback - Jun 30, 2006

هنوز لينکي ازش من نديدم
 

Arash_j13

Registered User
تاریخ عضویت
18 فوریه 2005
نوشته‌ها
778
لایک‌ها
2
محل سکونت
مشهد
من ترجمه این کتاب رو دارم می تونم بگم یکی از بهرتین کتاب های ساختمان داده ای هست که تا حالا دیدم
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
0136291554.01._SCLZZZZZZZ_.jpg

Object-Oriented Software Construction (Book/CD-ROM) (2nd Edition) (Prentice-Hall International Series in Computer Science) by Bertrand Meyer
Publisher: Prentice Hall PTR; 2 edition (March 21, 2000) | ISBN-10: 0136291554 | PDF | 11,4 Mb | 1296 pages

hxxp://rapidshare.com/files/10798383/oosoftcons2.rar
 

Mehdi.T

کاربر فعال برنامه نویسی
کاربر فعال
تاریخ عضویت
30 سپتامبر 2005
نوشته‌ها
506
لایک‌ها
3
محل سکونت
In Search of Sunrise
Distributed Software Administration - DCE Interoperability (CAE Specification)
By The Open Group


Publisher: The Open Group
Number Of Pages: 118
Publication Date: 1997-03-15
Sales Rank: 5158815
ISBN / ASIN: 1859121373
EAN: 9781859121375
Binding: Paperback
Manufacturer: The Open Group
Studio: The Open Group

http://rapidshare.com/files/1306171/1859121373.rar
 

White Rose

Guest
تاریخ عضویت
12 فوریه 2007
نوشته‌ها
11
لایک‌ها
0
محل سکونت
In front of Damavand
:) لینک این کتاب قبلا زده شده بود.ولی چون دیگه کار نمیکنه لینک زیر رو میزارم بای دوستانی که مثل خودم مبتدی اند و دنبال این کتاب میگشتن:


C++ How to Program, Fifth Edition
By H. M. Deitel - Deitel & Associates, Inc., P. J. Deitel - Deitel & Associates, Inc.
Publisher : Prentice Hall
Pub Date : January 05, 2005
Print ISBN-10 : 0-13-185757-6
eText ISBN-10 : 0-13-186103-4
Print ISBN-13 : 978-0-13-185757-5
eText ISBN-13 : 978-0-13-186103-9
Pages : 1536​

حجم:10.03 MB
پسورد:hack-book.blogfa.com
 

saalek110

Registered User
تاریخ عضویت
10 آپریل 2007
نوشته‌ها
212
لایک‌ها
1
به نقل از safir187 :
اگر انگلیسی کار کردید:
www.itebookhome.com
www.flazx.com
کلی کتاب داره. برای شروع برنامه نویسی هم یه سری کتاب دقیقا به همین عنوان داره:
Beginning Programming
برای ادامه هم که خیلی زیاد دارن.

نقل از تاپیک: E-book هاي حرفه اي
========================

به نقل از safir187 :
خدمت دوستان عرض كنم كه... به نظرم e-book حرفه اي فارسي نيست (يا حداقل زياد نيست)
من خودم فقط با يكي دوتا e-book فارسي و دو سه تا كتاب چاپي فارسي بيشتر تا حالا حال نكردم.
ولي كمتر e-book انگليسي شده بخونم و صفا نكنم.
بنا براين لطف كنيد آدرس سايت هايي كه e-book هاي توپ (ولو انگليسي) دارن همينجا بزاريد...

به نقل از safir187 :
براي شروع اينا خوبن...

http://www.programmersheaven.com/
http://www.free-ebooks.net/

اين يكي سايت هم پر از مطالب توپه
در واقع هر فايلي تو راپيد شير باشه ليست ميكنه.

به نقل از safir187 :

با تشکر از دوست گرامی.
 

sasan_66

کاربر تازه وارد
تاریخ عضویت
18 جولای 2006
نوشته‌ها
450
لایک‌ها
0
سلام
كسي لينك اين كتاب رو داره؟
Data Structures, Algorithms, and Applications in C++ (2nd Edition)
cover-b.jpg
 
بالا