Tuesday, December 29, 2009

Excitement

Tomorrow we will get the our result. So I am very excited and anxious too.

Wednesday, December 9, 2009

System Analysis And Design

Hi friends,
                           With the full of  happiness, I am coming with you to share my thoughts about SAD. We have to complete our project in few days. Lots of confusion and misinterpretation are available during this period. Here, the situation of  f.y. student's is now become very pitiable. This situation is like us that if you have to send in unknown place with covered eyes without any instruction. Please pry to God for us because we are need lots of blessing.                                        
   

Friday, November 20, 2009

colors of b.p.c.c.s.

hi,
                      Aina will start from 4th & 5th, it's new color of our college. There are many competition held by college. It will great fun & enjoyable moment for us.
Hi friends,
                     I feel glad to say that we can meet all of us with this blog. All the students of  Bholabhai Patel College of Computer studies can solve & learn all the problems related with computer, share thoughts and new ideas. So we have to start conversation and feel new experience.

Thursday, November 19, 2009

c++

 

 

 
C++
C plus plus book.jpg
The C++ Programming Language, written by its architect, is the seminal book on the language.
Paradigm Multi-paradigm: procedural, object-oriented, generic
Appeared in 1983
Designed by Bjarne Stroustrup
Typing discipline Static, unsafe, nominative
Major implementations Borland C++ Builder, GCC, Intel C++ Compiler, Microsoft Visual C++, Sun Studio
Dialects ISO/IEC C++ 1998, ISO/IEC C++ 2003
Influenced by C, Simula, Ada 83, ALGOL 68, CLU, ML
Influenced Perl, Lua, Ada 95, Java, PHP, D, C99, C#, Aikido, Falcon, Dao
C++ (pronounced "See plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.[1] It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C programming language and originally named "C with Classes". It was renamed to C++ in 1983.[2]
C++ is widely used in the software industry, and remains one of the most popular languages ever created. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.
C++ is also used for hardware design, where design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register transfer level hardware description language via high-level synthesis.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features. After years of development, the C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998. That standard is still current, but is amended by the 2003 technical corrigendum, ISO/IEC 14882:2003. The next standard version (known informally as C++0x) is in development.