by caneta
Transform a boost::variant into its former type
|
|
[2 replies] Last: Yeah, it was not so difficult: int a = boost::get<int>(var) Thanks... (by caneta)
|
by daveofva
Divisor Help
|
|
[3 replies] Last: Analyze the algorithm of finding the divisors of one number (n) first.... (by hamsterman)
|
by Maese909
Outputting digits of an integer separetely.
|
|
[2 replies] Last: You can't directly type cast an integer to a char as the ASCII code ... (by lnk2019)
|
by Miseria
Recording the Backspace Character
|
|
[4 replies] Last: Ahh ok I understand that sot he temporary file idea is a bust. So my ... (by Miseria)
|
by Richard101
Try/Catch function
|
|
[5 replies] Last: #include <iostream> using namespace std; bool isPrime(int n) ... (by Mathhead200)
|
by flclempire
What to study next?
|
|
[8 replies] Last: The STL contains a wealth of capabilities that you may not have been f... (by Alrededor)
|
by moonslice
sort array
|
|
[3 replies] Last: I go cross-eyed trying to read your code. Please use from now on.... (by ciphermagi)
|
Sumandcomputeavg |
|
[no replies]
|
by snakec
c++ XML file parsing problem
|
|
[no replies]
|
by akakeighan
help a beginner please.
|
|
[6 replies] Last: vector<coder*> me; vector<coder*>::iterator it; vector *temp = new ... (by ciphermagi)
|
by linkj7
Comparing Arrays
|
|
[6 replies] Last: Use std::string and operator==. For char arrays, use std::equal. http... (by Athar)
|
by Dinorah
URGENTTT HELP IN C++ ERROR: too many characters in character constant
|
|
[1 reply] : You can only use switch with integral types, so that won't work. And s... (by Athar)
|
by Patriots12
Console Application doesn't do anything
|
|
[4 replies] Last: edited (by Patriots12)
|
by nekoxandu
Utilizing Different Areas of an Array
|
|
[8 replies] Last: how do i predefine the parameters of a function using a struct? let'... (by matsom)
|
by marlym014
help with pointers
|
|
[1 reply] : [co de] "Please use code tags" [/co de] The return value of your f... (by ne555)
|
by TpOreilly
Can you please suggest me a good book?
|
|
[7 replies] Last: I've also heard good things about GTK+. All three of these libraries ... (by jlamothe)
|
by Soap360
Need help, function to read values from a text file!!!!!?!
|
|
[no replies]
|
by detroit
Quick question for experts....
|
|
[5 replies] Last: I am confused, a litle advise or example maybe. I would apreciate i... (by detroit)
|
by cainen172
2D arrays
|
|
[8 replies] Last: thanx yall it works great (by cainen172)
|
by Brianzor
Having trouble looping with getline()
|
|
[15 replies] Last: My problem to begin with was when trying to input the name, getline wo... (by Brianzor)
|