#learn c code
Explore tagged Tumblr posts
rigelmejo · 7 months ago
Text
learning to code!
When I was 9 years old, I learned enough html to code neopets pages, my own geocities websites, and I even made forums on my own sites so my friends could all roleplay together or rant together lol. And then? I forgot so much. I no longer no how to make a forum, or even a 'next page' button - so even the dream of just making a simple blog or webnovel site feels like a huge hurdle now. (9 year old me could probably figure it out in 2 hours).
So I'm relearning! I figured this would be a fun post to place resources I find for coding, since there's coding languages, and I figure maybe if you like running you're blog then you also might be interested in tools for making blogs!
First, for those of you who miss the old geocities and angelfire type of sites to make your own free site on: neocities.org
You can make free sites you can code yourself, the way 9 year old me did. A lot of people have made SUCH amazing sites, it's baffling my mind trying to figure out how they did, I definitely wish I could make an art portfolio site even a fourth as cool as some of the sites people have made on here.
And for those pressed for time, who aren't about to learn coding right now: wix.com is the place I recommend for building a site, it requires no coding skill and is fairly straightforward about adding pages or features by clicking buttons. I used it to make my art portfolio site, I am testing out using it for my webnovel - the alternative is Wordpress, but wix.com is letting me basically make a wordpress blog Inside my own site. It's very beginner friendly in terms of "how the fuck do I set up a 'sign up for updates' message and have my site actually email these people my novel updates?" and "I need a 4x20 grid of my art down the page, that lets people click the art to see it's information and make it bigger."
I did neocities.org's little html tutorial today, it's the part of html I DID remember (links, paragraphs, headers).
My next step is to go through htmldog.com's tutorials. They go from beginner, to intermediate, to CSS. Unlike many a coding tutorial I've seen, they explain what program on your computer you need to WRITE the code in and then how to save it and how to open it. (You'd think this isn't a big deal but I've been looking into how to learn Python for months and I can't find a tutorial explaining what fucking program to write my python in... notepad? do I need something else? I don't fucking know!! My dad finally gave me a printed textbook which supposedly tells you what to download to start... I learned C++ in college and for that you needed Visual Basic to code C++, so I figured I needed Something to Write the fucking python IN.)
36 notes · View notes
pixelatedraindrops · 1 year ago
Text
Tumblr media
Yuma Month: Day 16: Detectives
Learning to be a Pro Amnesiac Detective 🔎
79 notes · View notes
Text
Post #83: Tumblr Opinion Poll by Python-Programming-Language, Question: Which programming resp. script language do you prefer?, 2023.
212 notes · View notes
spacesapphi · 11 months ago
Text
I understand WHY it's not possible in base game for Jas to move onto the farm with you, but it's also super frustrating and part of why Shane's arc kinda feels strange to me once you marry him. It's the one thing I hate. I can deal with the cursed corn chip dialogue, or the one ab the new species of mushrooms growing in his room. But the way that Jas just doesn't come with you REALLY bothers me.
It almost makes me wish CA didn't add him as an option on the poll for marriage honestly? Or that he just waited and made more changes to the friendship system first before adding his marriage route. Like there technically ARE ways to make Jas live on ur farm, the person that made the Adopt Leo mod figured it out, but bc of the way the game is programmed I don't see this ever happening in vanilla SDV. As a person programming my own first game, I understand that not everything you want to do will be possible on your first venture, but it's still just SO disappointing. Jas is such an important character in his story and the way she just gets left with Marnie breaks my heart. Shane is the LAST connection she has to her parents, she should be able to be considered one of your children if you marry Shane.
43 notes · View notes
king-fae · 1 year ago
Text
1/100 days of code.
12.22.23
i have started of this challenge by learning C++ through MIT's open course Introduction to C++ found here, where i studied the first lecture and read through the second. this course is designed to be completed in a 4 week term, but depending on my availability, it may stretch as i take breaks from it specifically, and then circle back on coursework to retain information learned. we shall see
#include
using namespace std;
.
int main(){
.....cout<<"Hello, world!\n";
.....return 0;
}
Tumblr media
60 notes · View notes
small-basic-programming · 2 years ago
Text
Post #176: Opinion poll by Small Basic Programming on Tumblr, Question: Which object-oriented programming language do you prefer to program with?, 2023.
74 notes · View notes
themissakat · 1 year ago
Note
Hello there I just discovered your lost and found au is a thing, and I’m not asking if you’re going to continue the fic because I plan on reading it either way, I mostly just here to say all of the art looks amazing and I am excited to get started, this seems like it’ll be fun in a “crush my soul because I’m asking you to” kinda way
I hope you enjoy ~ also i do apologize for the cliffhanger i've currently left it on LOL
26 notes · View notes
miquerinus · 2 years ago
Text
Why Does C++ Run Faster?
Tumblr media
Java, C#, or Python do not generate native code. Instead, they compile source code into an intermediate code. There are additional tools or programs you can use to translate this intermediate code application into machine code. While these programs convert your code to machine code, they consume various system resources.
C++'s compile and run speeds are very high because there are no overheads like in other languages.
86 notes · View notes
cocksley-and-catapult · 1 year ago
Note
I wish there was a way to get a random C&C comic from the entire archive
Tumblr media
25 notes · View notes
kaiasky · 1 year ago
Text
A little bit emotional about this stackexchange post where someone, presumably a kid, teaches themself C using K&R the c programming language.
and so it's like. Outsider art almost. K&R doesn't have many large examples, so it's somebody figuring out programming idioms from first principles basically. And like--yknow--it's all there. it's all fucking there!
It's like how people talk about meeting aliens and them playing go and they might play some things differently but they'd know a 3-3 invasion.
idk. for some reason this has got me choked up all evening. K&R hands you like. here is how to reason through the execution steps of an if statement, but iirc it doesn't have any examples of complete code. It sure doesn't hold your hand on like, idiomatic code. and so you hand that to somebody and they say okay and.
they write fucking CODE. they write fucking CODE and you look at it and you go this isn't idiomatic but dear god. you have fucking written CODE you have felt the computer in your bones. i have never met you and yet I know you.
20 notes · View notes
msharkness · 4 months ago
Text
i've spent 1.5 years studying and achieving a level of C/C++ literacy to go to a class, which is really cool, basis of machine learning and genetic based algorithms and i am a sucker for biology but we're applying those in python. what sucks is that now my brain and hands literally itch to put semicolons and curly brackets and indent the code to my needs and implement methods and functions when python doesn't even use those :( and now i can do more powerful things but the code looks like we've just discovered how to paint caves with our fingers
4 notes · View notes
crescentmp3 · 2 months ago
Text
thinking of actually finishing my CS50x course now so that i can sign up for CS50web
4 notes · View notes
spark-hearts2 · 4 months ago
Text
I AM SO GOOD AT CIRCUIT BUILDING AND PROGRAMMING RAAAAA
C++ script under cut :3
int UpDown;       //value for the Y direction of controller
int LeftRight;    //value for the x direction of controller
int LR_neutral;   //value for the 0 position in the y direction of controller
int UD_neutral;   //value for the 0 position in the x direction of controller
int Bprev;        //value for button edge detection
int Bcurr;        //value for button edge detection
int R;
int Y;
int G;
int B;
void setup() {
  Serial.begin(9600);  //begin communication
  pinMode(A2,  INPUT); //button press detection
  pinMode(4, OUTPUT); //set pin 4 to power the Red LED
  pinMode(5, OUTPUT); //set pin 5 to power the Yellow LED
  pinMode(6, OUTPUT); //set pin 6 to power the Blue LED
  pinMode(7, OUTPUT); //set pin 7 to power the Green LED
  LR_neutral = analogRead(A1); //set zero position of controller
  UD_neutral = analogRead(A0); //set zero position of controller
  //WARNING!!! YOU CAN NOT TOUCH CONTROLER WHEN INITALIZATION HAPPENS!!!! WILL MESS CONTROLLER UP
}
void loop() {
LeftRight = analogRead(A0);  //read X position of controller
UpDown = analogRead(A1);     //read y position of controller
Bprev = Bcurr;               //set current button state to previous state
Bcurr = analogRead(A2);     //set current button state equal to actual button state
if ((Bprev == 0) && (Bcurr > 0)){
  //turns all LED on
  digitalWrite(4,HIGH);
  digitalWrite(5,HIGH);
  digitalWrite(6,HIGH);
  digitalWrite (7,HIGH);
  delay(100); //wait
  //turns all LED off
  digitalWrite (4,LOW);
  digitalWrite (5,LOW);
  digitalWrite (6,LOW);
  digitalWrite (7,LOW);
}
if (UpDown >= UD_neutral) {  // checks if controller is up
  B = 0; //if up turns blue LED off
  R = map(UpDown, UD_neutral,1023,0,255);  //if up turns red LED on
}
else {
  R = 0;  //if down turns red LED off
  B = map(UpDown, UD_neutral,0,0,255); //if down turns blue LED on
}
if (LeftRight >= LR_neutral) {  // checks if controller is right
  G = 0;  //if right turns green LED off
  Y = map(LeftRight, LR_neutral, 1023,0,255); //if right turns yellow LED on
}
else {
  Y = 0; //if left turns yellow off
  G = map(LeftRight, LR_neutral, 0,0,255); //if left turns green on
}
//writes values to LEDs
analogWrite(4,R);
analogWrite(5,Y);
analogWrite(6,B);
analogWrite (7,G);
}
5 notes · View notes
kindredcodes1 · 2 years ago
Text
Self-paced learning
I've finally taken the first steps into Javascript, and I've been looking around at other courses that may help me with future employment. I'm not sure if a bootcamp is worth it, as a lot of it will teach me things I have already been learning by myself. Also, so many seem to focus on Python, whereas I would rather focus on C# and asp.net. I've seen a lot of job applications ask for C# but not Python...I'm sure it wouldn't hurt to learn both, but ultimately I would rather learn one that I would use more.
47 notes · View notes
adore-gregor · 3 months ago
Text
i'm back on tumblr (again)
#exams are over mostly#for now at least until may altough i might have one next week let's see#but so far so good#i did postpone a few unfortunately thought but it is what it is i'll still have to do them this semester#it's gonna be tough but i'll pull through and i want to prepare even better i can do this#the one's i did though i die exceptionally well on which makes me kinda proud ig#i got an a on two really difficult one's as the only person :oo lol ig i did something here#feels like i cracked some code for studying and ngl it feels so good i want more results like these#not sure it will work on all exams though but i feel like my studying techniques were pretty spot on and i actually studied more than usual#i feel like i'm getting addicted to this lol like actually being good at uni feels so good so rewarding#i mean i always wanted it and i have been good at uni for some time now but like i did even better this semester - i finished with no c#and lots of a's#but then also i wish i could just study for the enjoyment of it 🥹#don't get me wrong i love learning and being at uni most of the time is actually enjoyable :)#and i like learning the materials because it's interesting to but actually sitting down to study - the anxiety takes so much away from that#when i sit down and study it's usually with so much anxiety ... how do you study without those negative thoughts in your head constantly#i'm always convinced i'm gonna fail anyway and also when i don't meet my study goals on a day i get stressed because i'm behind schedule#and disappointed whenever i don't study as much as i planned or even not at all#like i tell you before i wrote that exam i got an a on i thought oh i might fail i'm gonna need a bit of luck to get a d#altough i thought i could also get a better grade but i have no judgment#part of me still thinks i got a bit lucky with the questions and i still cannot fathom how i did that ngl#i'm trying to stop these thoughts to make studying more enjoyable and i try to tell myself it's not a linear process#and sometimes it takes longer than expected but then your knowledge increases exponentially at one point#or i also feel like i set myself such unattainable study goals i'm bound to not meet them#and i should really prioritize my sleep more and not study in terribly sleep deprived states sometimes#i did get better with that but still it's so bad how i'd sacrifize my mental health for my grades 🥲#but if i'd fail an exam or do badly on it i'm also always so disapointed in myself so it's like i can't win 😅#i just want better balance with good grades and having a life and being in a better mental state#i do have some internal motivation like i want this for my future still i wish i could be more internally motivated#i also don't want my parents to worry and want to make them proud altough that's not a bad one
3 notes · View notes
grymmdark · 2 days ago
Text
just remembered when my mom told me ahe took one class on coding in C++ in college, and it effected her so much she'd sometimes dream in C++
2 notes · View notes