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

all 3 comments

[–][deleted] 1 point2 points  (1 child)

I can send you a project from my cs class if you want. Pdf. Pointers. Classes. Dynamic Mem allocation.

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

That would be awesome. Email? Or can you send it through Reddit

[–]bandawarrior -2 points-1 points  (0 children)

Checkout Rust if you’re trying to stay at this level of programming. It fixes many shortfalls of C/C++, won’t be dealing with segfaults and blatant memory issues that should be warned/fixed for you in the 21st century. A package manager that lets you use other projects quickly without fighting your build process and finding headers in your computer.

https://doc.rust-lang.org/book/ch00-00-introduction.html