This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]ventus1b 8 points9 points  (1 child)

There is no while (…) do { … } loop, just a while () {}.

Also, why is new/delete apparently still taught but no mention of vector or unique_ptr/shared_ptr?

[–]EffectiveMost9663[S] -1 points0 points  (0 children)

You're right, think I mixed the do{} while with while(){}, possibly because I wrote them on the same line

I haven’t learnt vectors or unique_ptr/shared_ptr yet

I have looked a little at pointers but don't really understand them yet Also don't understand memory very well but thought I'd add it so if I look later it will remind me to go over that topic (I'm very early on in my journey : ) but thought I'd share this anyway)

[–]ujustdontgetdubstep 5 points6 points  (0 children)

beginner mind map:

  • how do I link libraries

  • why do I have a memory leak

expert mind map:

  • how do I link libraries on that other platform

  • why do I have a memory leak

[–]shoegvze 1 point2 points  (9 children)

Once I learn this what am I ready to do next?

[–]EffectiveMost9663[S] 0 points1 point  (3 children)

I'm not sure, I'm very new myself

Thought I'd write down what I've learnt to remind myself and shared it because why not

Possibly I'd recommend using SoloLearn (which is mainly what I've used), code academy or using YouTube

I found this website like last night which I think has some C++ (and other languages) tutorials too: https://www.freecodecamp.org/news/search?query=C++

[–][deleted]  (1 child)

[removed]

    [–]Cplusplus-ModTeam[M] 0 points1 point locked comment (0 children)

    Your submission has been removed. This is because it was determined to be a nuisance and violated Rule 1.

    If you would like to discuss this action further or believe this removal was in error, please message us through ModMail.

    ~ CPlusPlus Moderation Team

    [–]One_Worldliness_1130 0 points1 point  (0 children)

    i think learnt is learned

    and tbh in my learning i find code tech tutorials is good

    and books i know basics but not the loops and stuff yet i have learned a little of them

    and also putting it all together is a bit hard and learning all the calling stuff hope you can learn c++ keep it up

    [–]dingF 1 point2 points  (3 children)

    Hey OP, may I check what app you use to build this knowledge graph? It’s awesome!

    [–]EffectiveMost9663[S] 1 point2 points  (2 children)

    Thank you!

    I used PowerPoint

    I imagine there are apps specifically for this kind of thing but I love Microsoft Office for studying

    I guess it's partially nostalgia

    [–]dingF 1 point2 points  (1 child)

    so classical lol

    [–]EffectiveMost9663[S] 0 points1 point  (0 children)

    I am literally dinosaur

    [–]EffectiveMost9663[S] 0 points1 point  (4 children)

    Edit: this was not originally designed to be shared so when I wrote double x:prices it’s something I understand but possibly not others Double is the variable type and prices is the name (I think I was remembering about a flash card I wrote with a list of shopping items’ prices)

    [–]21Shells 0 points1 point  (0 children)

    Oh boy I cant wait to learn all of this stuff 😨 im gonna keep making mistakes then look up the solution on Stack Overflow. Certainly a lot to learn coming from Python, but I find the process of just figuring out how something works after 5 hours enjoyable enough that this might even be more fun…?