by Anon1010
pow not declared
|
|
[2 replies] Last: No, thanks (by Anon1010)
|
by beatboxboy1
Reading in a string with spaces
|
|
[3 replies] Last: What kind of logic can be used to tell if it's a two word name ? If th... (by hamsterman)
|
by acorn
Is the c++ FAQ still useful
|
|
[1 reply] : I don't know that book. How old exactly is it? Languages don't change ... (by hamsterman)
|
by hatsumi141
feet meters yards conversion help!!!!!
|
|
[1 reply] : That 'if' is random.. What exactly is the problem. You seem to deal w... (by hamsterman)
|
by R Abhinav
Deleting a File.
|
|
[7 replies] Last: Try http://msdn.microsoft.com/en-us/library/aa363915(v=vs.85).aspx (by hamsterman)
|
by abhi2807
C++ Caching requirement
|
|
[1 reply] : struct data{ string a, b, c; }; std::map< std::string, data > cach... (by hamsterman)
|
by herocross
regarding do while loop
|
|
[5 replies] Last: Could it be that it just loops for a long time because 5th perfect num... (by hamsterman)
|
by ausairman
best option for cross-platform graphs
|
|
[1 reply] : Do you want to generate an image or to display it ? Do you want it to... (by hamsterman)
|
Access to vector<list<string>>? |
|
[5 replies] Last: Hm, nevermind - that actually worked as expected. I now battle some ou... (by gustafborgstrom)
|
by seawolfmoose
help please (1,2)
|
|
[25 replies] Last: Now you declare and define getfract to take 2 arguments and pass 3 to ... (by hamsterman)
|
by Parkournerd
Code Skips?
|
|
[2 replies] Last: what he said, and also provide some explanation about what you want th... (by hamsterman)
|
by Ichbinkenny
Question about Allegro
|
|
[1 reply] : What is the problem? Are you able to actually count the number of coll... (by hamsterman)
|
by Laelaps
Communicating between Computers via IP addresses
|
|
[1 reply] : Try looking into boost.asio (by hamsterman)
|
Problems always exists! |
|
[8 replies] Last: Both programs should compile fine (except that main should be int (sec... (by hamsterman)
|
Error handling |
|
[6 replies] Last: but is there's no error handling like VB? (by chipp)
|
by benboi
i am noob, i have a problem here.
|
|
[4 replies] Last: [quote=Framework]I think you mean parentheses. Yes. I meant parenthes... (by dams)
|
Global Class Objects? |
|
[12 replies] Last: Make sense? Not really. Why would you put header guards in a cpp file... (by hamsterman)
|
Help with template function swap |
|
[1 reply] : swapVars should work fine. What exactly is the problem ? (by hamsterman)
|
by bool maybe
Badly need help: (Unresolved external symbol) & (More than one instance of overloaded function matches argument list)
|
|
[4 replies] Last: sounds good. you know what they say; if it works, don't touch it ;) (by muratagenc)
|
by lcp4533
arithmetic warning
|
|
[1 reply] : Can you write the code without the 00XX numbers? and in tags? Also, ... (by GisleAune)
|