Tag Archives: C++

Frames

A frame is a collection of attributes called slots and associated values (and possibly constraints on values) that describe some entity in the world. Sometimes a frame describes an entity in some absolute sense; sometimes it represents the entity from … Continue reading

Posted in General | Tagged | Leave a comment

parameter passing in C#

Passing by value The parameter modifiers ‘ref’ and ‘out’ relate to how the parameter is passed into the method. Where neither of these modifiers is used, the parameter is passed in ‘by value’. In this case, when the method is … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment

What is C++?

C++ is an object oriented programming language. It was developed by Bjarne Stroustrup at AT&T Bell Laboratories in the Murray Hill, New Jersey, USA, in the early 1980’s. Stroustrup, an admirer of Simula67 and a strong supporter of C, wanted … Continue reading

Posted in Programming | Tagged | Leave a comment

What are the differences between C and C++?

C++ is a superset of C. It means that a C++ computer is able to compile any C program but reverse is not true. C programmer can omit functions prototype as they are optional in C programs but it is … Continue reading

Posted in Programming | Tagged | 1 Comment

Visual Studio 2010 Beta 2

Introduction: It is the most  powerful Mocrosoft Beta2.Design your own imagine here.New tools,new prototype. Set Your Ideas free: Create what you can imagine, build on the strengths of your team, and open up new possibilities. New prototyping, modeling, and visual design tools enable … Continue reading

Posted in Computer | Tagged , , , , | Leave a comment