You are viewing our Forum Archives. To view or take place in current topics click here.
Some Questions About C++
Posted:

Some Questions About C++Posted:

direttt281
  • TTG Senior
Status: Offline
Joined: Sep 29, 201014Year Member
Posts: 1,324
Reputation Power: 51
Status: Offline
Joined: Sep 29, 201014Year Member
Posts: 1,324
Reputation Power: 51
~Answered.~
[closed]
...20200


Last edited by direttt281 ; edited 1 time in total
#2. Posted:
Imp
  • Shoutbox Hero
Status: Offline
Joined: Jan 01, 201114Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201114Year Member
Posts: 1,957
Reputation Power: 401
Here is a list from Wikipedia of compilers for C++

[ Register or Signin to view external links. ]

C++ is not designed to make websites, it is designed for application creation not website creation.
#3. Posted:
speed
  • Gold Member
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Visual Studio is the best compiler, assuming you're working off of a PC.

And no, you can not make websites in c++.
#4. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Visual C++ is your best option it contains everything, but if you don't want that then download Dev C++ it contains a GCC compiler which works well.

C++ does not associate with web development although it is possible to make websites using it, just takes more work but fun if your new.
#5. Posted:
Experiment5X
  • TTG Senior
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
Tolerated wrote Visual C++ is your best option it contains everything, but if you don't want that then download Dev C++ it contains a GCC compiler which works well.

C++ does not associate with web development although it is possible to make websites using it, just takes more work but fun if your new.


Explain how you'd make a website in C++.
#6. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Experiment5X wrote
Tolerated wrote Visual C++ is your best option it contains everything, but if you don't want that then download Dev C++ it contains a GCC compiler which works well.

C++ does not associate with web development although it is possible to make websites using it, just takes more work but fun if your new.


Explain how you'd make a website in C++.


You tell me that you have never made a program that could build a website?
C++ code can be converted into HTML, JavaScript,PHP or any other languages. it will take more work obviously because you need to code the conversion yourself, but it is pretty basic and can be done.
#7. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Tolerated wrote
Experiment5X wrote
Tolerated wrote Visual C++ is your best option it contains everything, but if you don't want that then download Dev C++ it contains a GCC compiler which works well.

C++ does not associate with web development although it is possible to make websites using it, just takes more work but fun if your new.


Explain how you'd make a website in C++.


You tell me that you have never made a program that could build a website?
C++ code can be converted into HTML, JavaScript,PHP or any other languages. it will take more work obviously because you need to code the conversion yourself, but it is pretty basic and can be done.


You do realize that you have no clue what the hell you are talking about right?


Though another thing, but chances are only advanced C/C++ programmers are going to be able to do this is wrap C++ classes in PHP, or basically making an extension/library. This is a good guide if you do want to try: [ Register or Signin to view external links. ]
#8. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
RDCA wrote
Tolerated wrote
Experiment5X wrote
Tolerated wrote Visual C++ is your best option it contains everything, but if you don't want that then download Dev C++ it contains a GCC compiler which works well.

C++ does not associate with web development although it is possible to make websites using it, just takes more work but fun if your new.


Explain how you'd make a website in C++.


You tell me that you have never made a program that could build a website?
C++ code can be converted into HTML, JavaScript,PHP or any other languages. it will take more work obviously because you need to code the conversion yourself, but it is pretty basic and can be done.


You do realize that you have no clue what the hell you are talking about right?


Though another thing, but chances are only advanced C/C++ programmers are going to be able to do this is wrap C++ classes in PHP, or basically making an extension/library. This is a good guide if you do want to try: [ Register or Signin to view external links. ]


I will try to make one over the weekend and I will post the source code so you could see what I mean.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.