by Kapetozo
Struct and Class Instances
|
|
[5 replies] Last: All right, I guess I got it now. Thank you all. (by Kapetozo)
|
by poona
question on namespace declaration from stroustrup section 8.2.8.1
|
|
[2 replies] Last: Then the example he has given is wrong?! (by poona)
|
by solomon201
writing/reading a vector of objects
|
|
[1 reply] : These lines: void save(fstream& infile) void upload(fstream& infile... (by kbw)
|
by poupik
segmentation fault
|
|
[4 replies] Last: You didn't get PiMaster's post. Typically, it has nothing to do with ... (by h9uest)
|
by Aerus
Template class with dynamically allocated memory
|
|
[3 replies] Last: hmm I think that function there would not be particularly sensible, si... (by slicedpan)
|
by leecheneler
strange error, any ideas?
|
|
[2 replies] Last: Check it out: http://social.msdn.microsoft.com/Forums/en/msbuild/th... (by h9uest)
|
by h9uest
C++ map VS Java hash map
|
|
[5 replies] Last: To all: thank you guys, the problem has been solved. I switched to has... (by h9uest)
|
by HardKore
My head hurts. N00b Program.
|
|
[1 reply] : Can't you find v from the formula? w1 = w0*(1-v/c) w1/w0 = 1-v/c ... (by hamsterman)
|
by priteshinc
Program creation - chocolate sales
|
|
[no replies]
|
by rmenon2611
Efficient way to determine longest edge in an image
|
|
[1 reply] : Hi, I am not sure if you have the coordinates for each vertex, if ... (by shredded)
|
by grabner
precedence of template funtion over non-template function?
|
|
[6 replies] Last: Thanks for the proposal, this is what I am currently doing. However, i... (by grabner)
|
by Sperry
Linking to OpenGL32.lib, and other .lib files
|
|
[1 reply] : Don't worry, I managed to fix my errors. Problem solved. (by Sperry)
|
by jsmooth
Threading : boost::python and python
|
|
[no replies]
|
by red463
New Programmer Job
|
|
[7 replies] Last: Based on my working career, I spent about 75% of my time maintaining l... (by sohguanh)
|
by Nuc
Beginner Program
|
|
[11 replies] Last: std::cin.getline(heroname, std::cout, std::cin); This is wrong. ... (by Disch)
|
by vagelis
find the minimum or maximum value in a column of a two dimensional vector
|
|
[4 replies] Last: Oops, I didn't even notice that you said columns. If each inner vecto... (by jimc)
|
Error LNK2019: Unresolved external symbol |
|
[6 replies] Last: Try to run them and take a look whether the result is what you expect.... (by b2ee)
|
by lonewolf1991
Cannot open multiple instances of a program I wrote
|
|
[5 replies] Last: There was a website with some example and it used the loop, but your m... (by lonewolf1991)
|
by yoslick11
Random error
|
|
[1 reply] : You're trying to assign a double to a string. This won't work by just ... (by slicedpan)
|
by marianoc
Program without window
|
|
[2 replies] Last: Linux doesn't use the <windows.h> API. What you are trying to do is... (by Duthomhas)
|