To prevent the mods from closing this as spam, I would like to start a discussion on C++.
Personally, I think it's a little complex but well worth it. At the very least, it's better than most other 3rdGen languages.
Offline
Yeah, I've read up on it.
I can't understand const_iterators, const iterators, iterators, and destructor iterators
Offline
That's two people i know that has learned/learnt C++
:coo: :3
Last edited by Albertt911 (2010-11-08 07:28:34)
Offline
Albertt911 wrote:
That's to people i know that has learned/learnt C++
:coo: :3
Typing fail. XD
Offline
The_Dancing_Donut wrote:
Albertt911 wrote:
That's to people i know that has learned/learnt C++
:coo: :3
Typing fail. XD
[Removed by mod] :L
Actually, no i meant that, i put :coo: 'cus ... ima pigeon :3
[Please don't use profanity, however mild, in the forums. This site is used by kids as young as five and we have to cater to all ages]
Last edited by fullmoon (2010-11-08 08:24:34)
Offline
Albertt911 wrote:
The_Dancing_Donut wrote:
Albertt911 wrote:
That's to people i know that has learned/learnt C++
:coo: :3
Typing fail. XD
[removed by moderator]! :L
![]()
Actually, no i meant that, i put :coo: 'cus ... ima pigeon :3![]()
Lol!
Of course.
Last edited by cheddargirl (2010-11-08 21:07:52)
Offline
Can we get this back on topic?
Offline
I'm learning C++!
Offline
Albertt911 wrote:
The_Dancing_Donut wrote:
Albertt911 wrote:
That's to people i know that has learned/learnt C++
:coo: :3
Typing fail. XD
[removed]! :L
![]()
Actually, no i meant that, i put :coo: 'cus ... ima pigeon :3![]()
PROFANITY ALERT CALLING THE DEMOSMEISTER D:<
Offline
I started to read it up and learn a while bakc, maybe 5 months. Got the hand of it and got bored of Booleans making my head throb
Offline
I'm learning python, then probably C, C++, or Visual Basic.
Offline
ed source code:
#include <iostream>
#include <string>
void main()
{
string t1;
std::cin >> t1;
std::cout << "?\n";
main();
}You wouldn't get the joke unless you typed ed and pressed enter in a command prompt in a Linux distribution that has the program (Arch Linux does).
ed is terrible.
Last edited by ThePCKid (2010-11-09 17:37:12)
Offline
johndo77 wrote:
Code:
#include <iostream> using namespace std; void main() { int Cppfunnessoutof10=10; cout << "I just had to be the nerd to do this.\n"; }
Your code is now valid and a bit shorter
Last edited by ThePCKid (2010-11-08 20:07:25)
Offline
Harakou wrote:
Not really. Python has pretty easy to understand syntax. C++ isn't bad, but it can be a bit more cryptic. I'm torn between learning Python, Java, and C++.
I'd suggest learning Java or C++, as many industries are more likely to use one of those two as opposed to Python.

Offline
cheddargirl wrote:
Harakou wrote:
Not really. Python has pretty easy to understand syntax. C++ isn't bad, but it can be a bit more cryptic. I'm torn between learning Python, Java, and C++.
I'd suggest learning Java or C++, as many industries are more likely to use one of those two as opposed to Python.
![]()
That's what I was thinking. There's plenty of tutorials out there; I just need to motivate myself and stop being so lazy.
Offline
ThePCKid wrote:
johndo77 wrote:
Code:
#include <iostream> using namespace std; void main() { int Cppfunnessoutof10=10; cout << "I just had to be the nerd to do this.\n"; }Your code is now valid and a bit shorter
![]()
Actually, it doesn't work anymore.
Offline
johndo77 wrote:
ThePCKid wrote:
johndo77 wrote:
Code:
#include <iostream> using namespace std; void main() { int Cppfunnessoutof10=10; cout << "I just had to be the nerd to do this.\n"; }Your code is now valid and a bit shorter
![]()
Actually, it doesn't work anymore.
The version I made works for me...
Last edited by ThePCKid (2010-11-08 21:46:41)
Offline
FlexiStudio wrote:
I started to read it up and learn a while bakc, maybe 5 months. Got the hand of it and got bored of Booleans making my head throb
![]()
I haven't got up to Booleans yet, but aren't they essentially variables which can only have a value of True or False?
Offline
ThePCKid wrote:
johndo77 wrote:
ThePCKid wrote:
Your code is now valid and a bit shorter![]()
Actually, it doesn't work anymore.
The version I made works for me...
1. it's "int main" not "void main"
2. You didn't put endl
3. Other than that you fixed it.
Offline
I am programming Deal or no Deal in python now. XD!
Offline