This is a discussion on "tried java now c++" within the Other Programming Languages section. This forum, and the thread "tried java now c++ are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
tried java now c++
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
I tried java,
hated it. does anyone have a nice c++ tutorial that teaches you how to do the equivalent of this php statement:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
Re: tried java now c++
Check W3
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#3
|
||||
|
||||
|
Re: tried java now c++
hmm just found an article on there saying that java and c++ should die..
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#4
|
||||
|
||||
|
Re: tried java now c++
they should go and eat my bunny
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#5
|
||||
|
||||
|
Re: tried java now c++
ha
on my server i have, ruby, sql server, c++, c# and j# express editions and I'v never used them. mehh, I'm gunna go read the php codebook. it's brilliant
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
||||
|
||||
|
Re: tried java now c++
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#7
|
|||
|
|||
|
Re: tried java now c++
Never heard of C++ running on a web server....
And if C++ dies, then I will commit suicide along with it!
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#8
|
||||
|
||||
|
Re: tried java now c++
I have a windows server, which is a web server but other things among it
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#9
|
|||
|
|||
|
Re: tried java now c++
lmfao.. a few notes for you people
lol.. you can't have c++ running period.. Its not a dynamic/scripting language. Its a pure compiled language. Meaning you can have an application running that was written in C+ but thats just it, its a stand alone application. Just like your server software is. Also any server can have an application written in C+ run on it. lol. Most likely the server itself is written in C/C++. And whoever said that C+ needs to die is a moron. What do these idiots think their operating system was written in. Or any application where speed is key. lol 99% of all other programming languages are written in C/C++ including the java interpreter. |
|
#10
|
|||
|
|||
|
Re: tried java now c++
Haha..this thread is pretty funny! You guys a great!
|
|
#11
|
||||
|
||||
|
Re: tried java now c++
uhh i wasn't saying i had some c++ server.
just saying i had a program on here for compiling it. PERL next it i think
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#12
|
|||
|
|||
|
Re: tried java now c++
python > pearl
|
|
#13
|
||||
|
||||
|
Re: tried java now c++
can you parse xml with python?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#14
|
|||
|
|||
|
Re: tried java now c++
The answer that you are looking for is:
#include <iostream> using namespace std;
|
|
#15
|
|||
|
|||
|
Re: tried java now c++
And btw, in your PHP code, you have an error..2 actually.
Any time you are comparing 2 values, you have to use ==, not =. In your IF statement, you are setting both variables equal to something, not checking to see if they really do equal what you have there. Just something to think about. |
|
#16
|
||||
|
||||
|
Re: tried java now c++
what code we talking about now? :s
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#17
|
||||
|
||||
|
Re: tried java now c++
php by the looks of it
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#18
|
||||
|
||||
|
Re: tried java now c++
i was referring to which php code he was on about rather than the actually language
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#19
|
||||
|
||||
|
Re: tried java now c++
Pardon?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|