by benjelly
Including *.cpp files (1,2)
|
|
[21 replies] Last: Well, I derived this from a previous idea, called "Project Soul". It w... (by benjelly)
|
by kraigballa
istream question
|
|
[1 reply] : Your best bet is to read a string from the keyboard and then parse it.... (by jsmith)
|
by pq1wx1p
Not sure what this is asking for
|
|
[1 reply] : void func_a() { func_b(); } func_a "calls" func_b. This an... (by jsmith)
|
by Mathhead200
isPrime function, which way is better?
|
|
[7 replies] Last: B will be orders of magnitude slower than A. The point of the array o... (by jsmith)
|
by ciphermagi
boost::filesystem Open all files in directory
|
|
[5 replies] Last: If it helps any, I tried using ostringstream fileName; fileName << it... (by ciphermagi)
|
by timmah1493
While Loop Error
|
|
[10 replies] Last: It's extremely easy to convert to an int. char character; int intege... (by pelotron)
|
by jonnitwo
C++ or Java
|
|
[11 replies] Last: horance89 you got some pretty legit English skills man. (by ceruleus)
|
by Poochymama
Need help with GUI creation
|
|
[4 replies] Last: Why you need it, it is the general flow of most gui programs out on th... (by Azagaros)
|
by W A
Check variable for value
|
|
[4 replies] Last: You can use boost::optional for that purpose: http://www.boost.org/doc... (by coder777)
|
Need assistance not adding over a certain value |
|
[6 replies] Last: if you are saying that 'savings' and 'checking', each should have the... (by skatingrocker17)
|
by yag0581
Calling API in C++
|
|
[2 replies] Last: The problem is that GetNumAvail defines a constant reference to Invn... (by hanst99)
|
by jonnitwo
In trouble?
|
|
[1 reply] : C++ is a language and OOP is a paradigm. You can't really learn a para... (by hamsterman)
|
by ozzle
Write a compiler.
|
|
[5 replies] Last: There are many definitions for 'compiler', one of this says that it co... (by Bazzy)
|
by Prakasha
XML Parser Needed
|
|
[2 replies] Last: google xerces or tinyXML. They may be what your looking for. (by ModShop)
|
by ms4800
need problems
|
|
[1 reply] : Ever wanted to learn another spoken language like.. say.. german? Or f... (by imi)
|
by Sapath
Constructor problem
|
|
[4 replies] Last: I'm actually not well-versed enough in the C++ standard to tell you wh... (by jlamothe)
|
effective optimisation |
|
[1 reply] : Statistically, the problem always lies "somewhere else" and not where ... (by imi)
|
by ghextreme
Kerckhoff Principle / Cipher
|
|
[no replies]
|
operator overloading & conversions |
|
[2 replies] Last: Im not sure what you when by "a number less than a total of sum of mon... (by onetwothreenewbie)
|
How to send Http Post request to Servlet using C/C++ |
|
[no replies]
|