Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Anyone else a C++ Programmer?

Featured Replies

Does anybody else here program in C/C++ at all?

no

yes

yourmysin.jpeg

Current Goals

80/80 Fletching

60/75 Woodcutting

97/100 Combat

My bachelors degree says I can , but Im a bit rusty lately :P

I like to fart silently but deadly in movie theaters
Ard Choille says (11:41 PM):

I wouldn't dare tell you what to do m'dear

*raises hand* However, i dont use it much since i mainly code web stuff for tip, which is PHP :P

I know C but never wanted to learn C++. I'm a procedural programmer not an OOP one. :)

I can't even figure out Pascal :wall: I feel like an idiot lol
Trust me, it depends on how your mind works... My parents have been studying the brain for the last year or so, and if your way of thinking isn't a right way, then you might as well stay away from coding, and try something else... You will be good at something, it's just figuring about what :D

It also depends on how you're taught too. For instance, my friend had trouble learning PHP until I explained things in a different way than the tutorials she was looking at.

I only know Microsoft Logo :lol:

 

 

 

And you think you feel like an idiot

 

 

 

I can't even figure out Pascal frustrated I feel like an idiot lol

 

 

 

 

 

Off-Topic

 

________

 

 

 

 

 

200 Posts FTL!!!!!

Rofl, I've tried it..

 

 

 

My first program:

 

#include 



using namespace std;



int main()

{

 int thisisanumber; 



 cout<<"Please Enter a number: ";

 cin>> thisisanumber;

 cin.ignore();

 if (thisisanumber == 3) {

      cout<<"You picked the best number ever!!\n";

 }     

 else if (thisisanumber>0) {

    thisisanumber = thisisanumber* 2;

    cout<<"You entered: "<< thisisanumber <<"\n";

    thisisanumber = thisisanumber/2;

    cout<<"..Just kidding, you entered: "<< thisisanumber <<"\n";

 }



 else if(thisisanumber<0) {

      cout<<"Don't be so Negative!=P\n";

 }     



 else {

      cout<<"You have to be joking, who enters 0 as a number";

 }

 cin.get();

}

 

By the way, I'm 13.

 

 

 

I know pascal, and Delphi though!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.