Question:
I have a question about C++ ?
ï ♥ яÜρєяT gяïиT + mΰѕїc =P
2010-05-15 21:50:32 UTC
I'm asking this for someone else...I just know that it's a programming language but is it something similar to Q-Basic or HTML? I've heard that it's quite difficult..is that true? I need some more info.

Thanks.
Three answers:
Bazinga
2010-05-15 22:08:04 UTC
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. 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 C++ in 1983.



It's an interesting programming language that has nothing to do with HTML. The kind of things you can do with it are more like QBASIC but at a lower level (meaning you can be nearer to the machine).
2010-05-15 22:06:42 UTC
no... not like it at all mat

e

html:







HREF="contacts.html" ALT="Contacts" TITLE="Contacts"

SHAPE=RECT COORDS="6,116,97,184">



C++: using System;

using System.Collections.Generic;

using System.Text;



namespace Tutorial

{

class SQLStrings

{

public string ConString = "DRIVER={MySQL ODBC 5.1 Driver};DSN=mysql_51_driver;SERVER=localhost;DATABASE=DatabaseName;UID=root;password=stond;";

}

}
NerdierThanYou
2010-05-15 21:54:43 UTC
C++ is crummy. Objective-C forever.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...