by TheArk
program exits
|
|
[2 replies] Last: cout << if (weight weight <= 5) weight *= a; I don’t t... (by Enoizat)
|
What is wrong with my calculation? (Math vector problem) |
|
[2 replies] Last: > on lines 8 and 9 you calculate the same thing twice - maybe just cal... (by ne555)
|
by lastchance
Array indexing or index array-ing
|
|
[2 replies] Last: That's great, @Peter87! (And thanks for re-editing.) With your pointe... (by lastchance)
|
by coredumped
'var' in class does not name a type
|
|
[4 replies] Last: At last, I found the solution. The correct code in the cpp file was: ... (by coredumped)
|
GetPrivateProfileInt return false or true c++ |
|
[3 replies] Last: Try this one: #include <iostream> #include <fstream> #include <windo... (by Thomas1965)
|
by Idiot22
Conway's Game of Life with SFML
|
|
[1 reply] : Have you looked at this stuff? https://www.sfml-dev.org/tutorials/2.0/... (by kbw)
|
by TheArk
else/if
|
|
[3 replies] Last: It worked, thanks! Gets frustrating sometimes but I love it (by TheArk)
|
by Kalcor
Weird post/pre increment equation
|
|
[1 reply] : I expect it to output... Your assumption is that that the side effec... (by mbozzi)
|
by Mozhgan
Find Max element in vector
|
|
[1 reply] : http://en.cppreference.com/w/cpp/algorithm/max_element (by gunnerfunner)
|
by alex067
Skip char when reading
|
|
[4 replies] Last: #include <iostream> #include <fstream> #include <sstream> #include <s... (by lastchance)
|
by Unisaurus
Game help...
|
|
[4 replies] Last: You don't need a graphic interface to do this, you can use the termina... (by alex067)
|
by Sentinel
Class Design: Multiple Classes in one File
|
|
[1 reply] : > there is a file calculator.cpp and there is a class calc_addition an... (by JLBorges)
|
by Jarrosha
How To Create Your Own Programming Language?
|
|
[3 replies] Last: http://www.wikihow.com/Create-a-Programming-Language (by closed account E0p9LyTq)
|
by JUAN DENT
Trouble implementing the equivalent of boost::mpl::or_
|
|
[no replies]
|
by HenkDaniel
Inheritance and STL problem
|
|
[1 reply] : I've tried to solve let's at least see what you deem to be your bes... (by gunnerfunner)
|
by JDRhoads10
Console Game Project Help
|
|
[3 replies] Last: Line 10: Globals should be avoided. Line 77,128: The while stateme... (by AbstractionAnon)
|
by DTM256
Making the PC Speaker beep
|
|
[6 replies] Last: oh, that's doable, but significantly more work. you can just cheat an... (by jonnin)
|
by lo2
Weird problem with matrix structure of points of pointers
|
|
[16 replies] Last: for your post 2 back.. you cannot mix new and malloc and free and del... (by jonnin)
|
by GrnPero
How would I populate a vector with mp3 files?
|
|
[2 replies] Last: What exactly is it that you want to push to the vector? The names of ... (by MikeyBoy)
|
Can someone explain this function for me please? |
|
[5 replies] Last: Okay, I understand how this works now, thanks guys. :) (by Chris Longwood)
|