printTitle("hi gbatemp!!! ^_^")

TripleLLLGaming

Member
OP
Newcomer
Joined
Dec 30, 2023
Messages
11
Trophies
0
XP
71
Country
United States
C:
int main(int argc, char **argv) {

     startIntro();

     printIntro(intro, "i'm triplelllgaming! i'm new here to gbatemp, so please cut me some slack ;-;");
     printIntro(homebrew, "i love 3ds homebrew stuff, and i love it so much that i modded my old 2ds not too long ago!");
     printIntro(coding, "i also love coding! i'm diving in to c and c++ through devKitPro, and i'm making my own 3ds app! it's gonna be called 3DS-EAS, so be on the lookout for its first release!");
     printIntro(coding_2, "python, however, is a language i'm more familiar with and know a bit more about. i've also learned a bit about swift in the past months, but that's really not that important tbh...");

     startOutro();
     printOutro(outro, "i think i'm gonna love it here on gbatemp, so, i'll see ya around! :3");

     endIntro();
     endOutro();

}
 

AncientBoi

THEE GAY WARLORD™ - Defender of GAY Rights
Member
Joined
Jan 25, 2021
Messages
3,951
Trophies
2
Age
66
Location
On the Patio NaKeD w/COFFEE
XP
13,266
Country
United States
start intro(
:) Hello,

🎉 ............. ................................................................................................ 🎉
.............. ..........................
1704038620020.png







.... .... ..............:hrth: And Welcome to GBAtemp ! :hrth:

end intro();
end outro();
 
Last edited by AncientBoi,
  • Like
Reactions: impeeza and BigOnYa

iGifted

New Member
Newbie
Joined
Mar 19, 2023
Messages
4
Trophies
0
Age
28
XP
63
Country
United States
C:
int main(int argc, char **argv) {

     startIntro();

     printIntro(intro, "i'm triplelllgaming! i'm new here to gbatemp, so please cut me some slack ;-;");
     printIntro(homebrew, "i love 3ds homebrew stuff, and i love it so much that i modded my old 2ds not too long ago!");
     printIntro(coding, "i also love coding! i'm diving in to c and c++ through devKitPro, and i'm making my own 3ds app! it's gonna be called 3DS-EAS, so be on the lookout for its first release!");
     printIntro(coding_2, "python, however, is a language i'm more familiar with and know a bit more about. i've also learned a bit about swift in the past months, but that's really not that important tbh...");

     startOutro();
     printOutro(outro, "i think i'm gonna love it here on gbatemp, so, i'll see ya around! :3");

     endIntro();
     endOutro();

}
undeclared functions and variables... :(

On a serious note welcome aboard! I am pretty much a lurker right now, but your thread caught my eye... :)
 

AncientBoi

THEE GAY WARLORD™ - Defender of GAY Rights
Member
Joined
Jan 25, 2021
Messages
3,951
Trophies
2
Age
66
Location
On the Patio NaKeD w/COFFEE
XP
13,266
Country
United States
undeclared functions and variables... :(

On a serious note welcome aboard! I am pretty much a lurker right now, but your thread caught my eye... :)
Compilation error: 'startIntro' was not declared in this scope
But yes "Hello TripleLLLGaming World!"

startskillingbothofyas() :tpi: :rofl2::rofl2::rofl2:
 
  • Love
  • Like
Reactions: impeeza and BigOnYa

SylverReZ

Dat one with the Rez
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,170
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,011
Country
United Kingdom
C:
int main(int argc, char **argv) {

     startIntro();

     printIntro(intro, "i'm triplelllgaming! i'm new here to gbatemp, so please cut me some slack ;-;");
     printIntro(homebrew, "i love 3ds homebrew stuff, and i love it so much that i modded my old 2ds not too long ago!");
     printIntro(coding, "i also love coding! i'm diving in to c and c++ through devKitPro, and i'm making my own 3ds app! it's gonna be called 3DS-EAS, so be on the lookout for its first release!");
     printIntro(coding_2, "python, however, is a language i'm more familiar with and know a bit more about. i've also learned a bit about swift in the past months, but that's really not that important tbh...");

     startOutro();
     printOutro(outro, "i think i'm gonna love it here on gbatemp, so, i'll see ya around! :3");

     endIntro();
     endOutro();

}
Should usually go like this:

C:
#include <stdio.h>

char username[] = "TripleLLLGaming";

int printIntro() {
    printf("Welcome to GBAtemp! %s\n",username);
}

int main() {
    printIntro();
    return 0;
}
 
Last edited by SylverReZ,

SylverReZ

Dat one with the Rez
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,170
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,011
Country
United Kingdom

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,278
Trophies
3
XP
12,045
Country
Poland
char username[15] = TripleLLLGaming
More like
C:
char username[] = "TripleLLLGaming";
You don't need to define size of char array for a long time, compiler should count that for you.

Edit: and fiy, this should be 16, you forgot to include null terminator. :D
 
Last edited by masagrator,

SylverReZ

Dat one with the Rez
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,170
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,011
Country
United Kingdom
More like
C:
char username[] = "TripleLLLGaming";
You don't need to define size of char array for a long time, compiler should count that for you.
Oh cool, yeah. Forgot about that.
Glad a developer helped me out. :D
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Lol rappers still promoting crypto