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:
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
[closed]
...20200
Last edited by direttt281 ; edited 1 time in total
#2. Posted:
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
#3. Posted:
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++.
And no, you can not make websites in c++.
- 0useful
- 0not useful
#4. Posted:
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.
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.
- 0useful
- 0not useful
#5. Posted:
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++.
- 0useful
- 0not useful
#6. Posted:
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 wroteTolerated 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.
- 0useful
- 0not useful
#7. Posted:
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 wroteExperiment5X wroteTolerated 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. ]
- 0useful
- 0not useful
#8. Posted:
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 wroteTolerated wroteExperiment5X wroteTolerated 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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.