The Forum Site - Join the conversation
Forums:
Languages

language.cpp

Reply to Topic
AuthorMessage
TheGingerDolphin On September 15, 2014




Jasper, Texas
#1New Post! Jul 13, 2014 @ 21:24:17
#include <iostream>
using namespace std;

int main()
{
cout << "I assume C++ counts as a language?" endl;
return 0;
}
Deal_With_It On May 24, 2022




Stevens Pass, Washington
#2New Post! Jul 14, 2014 @ 10:02:10
@TheGingerDolphin Said

#include <iostream>
using namespace std;

int main()
{
cout << "I assume C++ counts as a language?" endl;
return 0;
}
Gimu On May 14, 2015




Buenos Aires, Argentina
#3New Post! May 11, 2015 @ 03:44:19
Well, C++ is a computer language, not a communication language, and because this subforum points to spanish, french, and german, such computer languages don't count. You can go to the Programming subforum in this site, if you want to lurk in a similar subject.
23887 On January 03, 2016




Fresno, California
#4New Post! Oct 27, 2015 @ 05:53:36
#include<cstdlib>
#include<iostream>
#include<string>

void delicious_chz(){
std::cout<<"delicious cheese.\n";
}

int main(NULL){
string msg="Truly talking in script is only just a method of showing off.";
for (int k=0,k<msg.length();k++)
std::cout<<msg[k];
std::cout<<"\nAs shown above you can add extra code just for the sake of showing off even more, you could even use stacks on palindromes etc."<<std::endl;

delicious_chz();

cin.ignore();
return 23887;
}
Reply to Topic<< Previous Topic | Next Topic >>

1 browsing (0 members - 1 guest)

Quick Reply
Be Respectful of Others

      
Subscribe to topic prefs

Similar Topics
    Forum Topic Last Post Replies Views
New posts   Random
Mon Nov 06, 2006 @ 17:51
16 915
New posts   Languages
Mon Sep 17, 2007 @ 21:17
100 11825
New posts   Site Support
Mon Aug 11, 2008 @ 23:47
13 3612
New posts   US Elections
Fri Jul 24, 2020 @ 23:24
77 25255
New posts   Movies
Tue Oct 20, 2009 @ 04:16
11 1411