Civil Engineering Association
C++ for Computer Science and Engineering - Printable Version

+- Civil Engineering Association (https://forum.civilea.com)
+-- Forum: eBooks (https://forum.civilea.com/forum-63.html)
+--- Forum: General Books (https://forum.civilea.com/forum-54.html)
+--- Thread: C++ for Computer Science and Engineering (/thread-19735.html)



C++ for Computer Science and Engineering - brass - 12-08-2010

C++ for Computer Science and Engineering

Author: Vic Broquard | Size: 14 MB | Format: PDF | Publisher: Broquard | Year: 2007 | pages: 717 | ISBN: 0970569726

[Image: 36315702597891359660.jpg]

[Image: info.png]

For CS1 and other courses covering beginning programming in C++. It is aimed at readers with little or no programming experience. It can be used both in Computer Science and Engineering programs as a first course in programming. It is in use at Illinois Central College in the Cmpsc 125 Introduction to C++ and Engr 230 Engineering Applications in C++ courses. The Fourth Edition has been updated to use Microsoft’s Visual Studio .NET 2005 compiler.

Includes Book+Exercises+Solutions+Souce Codes+Tools!!!

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************




RE: C++ for Computer Science and Engineering - Diquan - 12-08-2010

I have my thoughts on which complier is better and faster, fortran or C++?... can someone advice me ?

-


RE: C++ for Computer Science and Engineering - kowheng - 12-08-2010

Mirror Links:
[Image: Download.png]
RAR 14.00 MB
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************



RE: C++ for Computer Science and Engineering - igor1234 - 12-08-2010

@Diquan

It is not mater which compiler are you going to use.
The main point is to implement a faster numerical method and to adopt your code for using new faster Multicore processors.

In this forum you can find speed test for VB net vs Fortran.
So c++ will not be much faster even then Visual Basic.
I can say that only 5% c++ will be faster than Visual Basic.
If you do not believe me, Try to make tests.




RE: C++ for Computer Science and Engineering - Diquan - 12-08-2010

How do i adopt my code to use multicore processors?,is explicit in the manuals or is automatic on the compilers?

-


RE: C++ for Computer Science and Engineering - igor1234 - 12-08-2010

Multi Threading:

For: Fortran , C/C++
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************
and
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


For VS NET:
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

I think this discussion does not belong into this section " General Books "
If you want to make a further discussion then open an new thread.