What are some intermediate level projects to try? [closed] - c++

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
What are some intermediate level projects that include the use of Templates, Inheritance, STL should one try to learn their real use? I've read about them in the books but it just don't seem very interesting and it is easily forgettable stuff for me.

Related

BSDF - need an example [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to understand in a simple raytracer what does the BSDF function does and in theory I got it but in practice I don't know how to implement one.
Can someone point me out some simple examples (well-explained if possible) on how to use it?
check PBRT project. It is great book, but if you do not want to read it, there is well documented source code availabe: PBRT

Programming tests [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I seeking a web site for programming skills testing. Maybe free analogue of codility or something like when you get a task, and need to upload a correct answer code, solving the task. Namely i interested in c++. Thanks.
your answer is that you should try your self more!
But some goods:
the ACM site: http://icpc.baylor.edu
http://acm.uva.es/contest/
http://www.codeforces.com
http://code.google.com/codejam/
and also
http://www0.us.ioccc.org/index.html
http://www.mycplus.com/featured-articles/programming-contests-and-challenges/

C videos anywhere online [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone have any knowledge of C or c++ tutorials that teach the language on video and through examples?
FredOverflow did start such a list (you need enough rep to see deleted questions to see this one) for C++ a while ago, which via some detours ended up on the C++ chat room's wiki: http://loungecpp.wikidot.com/videos-and-podcasts-by-c-celebrities

Tool for drawing mockup web interfaces [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
What program was used to draw the picture below?
Not a programming question...but I think is balsamiq: http://balsamiq.com/
That looks like it s made with balsamic mockup, it's not free btw.
A great source for wireframing tools can be found here.
Possibly Omnigraffle, an OS X app. See http://graffletopia.com/ for stencils (e.g. http://graffletopia.com/stencils/445)

How to install a mod for a videogame? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have created a mod for Mafia 3 ( the videogame ). So I need to know where is the folder of this game on the pc that not is always the same.
How can I do ?
Have your installer ask the user to specify where the game directory is, pretty common way to solve this problem