by ssoffel
Metaprogramming text book recs
|
|
[1 reply] : Alexandrescu: Modern C++ Design http://www.amazon.com/Modern-Design-G... (by JLBorges)
|
What's wrong with my hill climbing? (salesman problem) |
|
[1 reply] : The problem is Swap(cities, i, i++); , for two reasons. 1. i is mo... (by Peter87)
|
by PirateCat
Comparing elements in map to each other
|
|
[4 replies] Last: // return std::min_element(nodes.begin(), nodes.end(), cmp); return s... (by JLBorges)
|
by HereStretchy
Changing code with array
|
|
[2 replies] Last: REWRITE THIS CODE USING ARRAY ok, let's ask ourselves first - which ... (by gunnerfunner)
|
by cmisip
Returning from SIGIO handler prevents future SIGIO handling
|
|
[6 replies] Last: I was able to get rid of the segfault. The solution was to use sigpro... (by cmisip)
|
by Gotoucla
c++ world series winners
|
|
[2 replies] Last: Line 46 implies worldSeries.txt has data for 109 years. Your array on... (by AbstractionAnon)
|
by Kalcor
Recursion permutations
|
|
[4 replies] Last: I was just using abcd as an example. The algorithm will work with any... (by dhayden)
|
by imran9337426
Create a program that calculates the next syzygy of four planets?
|
|
[2 replies] Last: Thanx very much sir,,,! You are awesome. There were days I loved p... (by imran9337426)
|
by PirateCat
File to Map with structs
|
|
[2 replies] Last: That worked and makes sense, thanks! (by PirateCat)
|
by bmakloski
In need of help with overloading operators for use in Polynomial Class
|
|
[3 replies] Last: Lines 21 & 22: Shouldn't the data be private? Line 63 allocates the n... (by dhayden)
|
by dariodem
Determine dimensionality structure of a vector of vectors of ...
|
|
[7 replies] Last: I suppose the code check conditions from left to right in the run in ... (by dariodem)
|
by sed2
Problem with sendinput
|
|
[no replies]
|
by DragonOsman
PPP2 Chapter 12 Exercise 1
|
|
[12 replies] Last: Oh, okay, thanks. (by DragonOsman)
|
by sed2
Why the mouse is moving on the lower right?
|
|
[2 replies] Last: MOUSEEVENTF_ABSOLUTE 0x8000 The dx and dy members contain nor... (by integralfx)
|
by DragonOsman
PPP2 Chapter 11 Exercise 13
|
|
[13 replies] Last: You think you could come over to the thread I made for Chapter 12 Exe... (by gunnerfunner)
|
by LordBozo
Random Number Generator Addition Problem.
|
|
[1 reply] : I'd just like to let everyone know that I figured it out. I took a sum... (by LordBozo)
|
by Kourosh23
Writing a basic game in C++ - Need advice!
|
|
[3 replies] Last: ok, well same logic, just 4 more checks, 8 instead of 4, each a loop o... (by jonnin)
|
by carlofuselli
Uncertainty calculator program in c++
|
|
[1 reply] : Yes, it is possible to program an 'equation parser' in C++. There are ... (by closed account 48T7M4Gy)
|
by s222571
UNDEFINED REFERENCE TO CLASS - SOLVED
|
|
[3 replies] Last: Hello everyone! I think to understand why I had this problem. I am usi... (by s222571)
|
by Josylene
c++ programming
|
|
[2 replies] Last: From the assignment : There are four type of seats. There is one price... (by Mantorr22)
|