You are viewing our Forum Archives. To view or take place in current topics click here.
First C++ creation
Posted:

First C++ creationPosted:

xplodingtaco1
  • Prospect
Status: Offline
Joined: Mar 05, 201113Year Member
Posts: 668
Reputation Power: 26
Status: Offline
Joined: Mar 05, 201113Year Member
Posts: 668
Reputation Power: 26
I have been spending a couple hours learning about C++ coding and have made these two programs. Are they good for a beginner?
So you open this program to get the password.
[ Register or Signin to view external links. ]
Then with the correct password, you get the launch codes.
[ Register or Signin to view external links. ]
Then you open this program.
[ Register or Signin to view external links. ]
And you login (I didn't make type the username/password because I stupidly put real life info =/
[ Register or Signin to view external links. ]
Then that launches another form.
[ Register or Signin to view external links. ]
Then you use the passwords from the other program and it does this.
[ Register or Signin to view external links. ]
I did code my own login program and then I found they had a prebuilt one in C++.
Also here is the coding for the login program. (I removed the username and pass)

[ Register or Signin to view external links. ]
Coding for the launch screen.

[ Register or Signin to view external links. ]


Yes I had a splash screen but I have yet to figure it out yet.
#2. Posted:
Z61
  • TTG Fanatic
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
You said this was a C++ creation? That code is obviously visual basic.
#3. Posted:
termapeg
  • Ladder Climber
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 340
Reputation Power: 13
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 340
Reputation Power: 13
I thought the same this looks more of a Microsoft Visual Basic creation than a c++
#4. Posted:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
termapeg wrote I thought the same this looks more of a Microsoft Visual Basic creation than a c++

This post of yours sounds like you have no idea about coding just wanted to make a post.
#5. Posted:
xplodingtaco1
  • Prospect
Status: Offline
Joined: Mar 05, 201113Year Member
Posts: 668
Reputation Power: 26
Status: Offline
Joined: Mar 05, 201113Year Member
Posts: 668
Reputation Power: 26
I thought visual basic used C++ coding.... well now i look like an idiot!
#6. Posted:
Z61
  • TTG Fanatic
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
xplodingtaco1 wrote I thought visual basic used C++ coding.... well now i look like an idiot!

Visual basic and C++ are two different things, if you do want to learn C++ I recommend looking at [ Register or Signin to view external links. ]
#7. Posted:
-iMod
  • Resident Elite
Status: Offline
Joined: Jan 09, 201113Year Member
Posts: 238
Reputation Power: 9
Status: Offline
Joined: Jan 09, 201113Year Member
Posts: 238
Reputation Power: 9
This doesn't look like a c++ creation. The main reasons are because in c++ you use {} to end an if and you also don't use the keyword 'sub'. Also you never need to state when your ending the if or the 'sub' function, the curly braces are the indicator.
#8. Posted:
PHP_Pro
  • Ladder Climber
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Faith in humanity = NULL;
#9. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
Where faith = null in Humanity { set _Mylife = 0; }
#10. Posted:
speed
  • Summer 2019
Status: Offline
Joined: Jun 11, 200914Year 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, 200914Year 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
RDCA wrote Where faith = null in Humanity { set _Mylife = 0; }


Posts like this are worse than the OP itself.

Still, OP, you should do some research before you continue "programming".
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.