fstream |
|
[4 replies] Last: Thank you very much! (by supersonic1122)
|
by Hazarius
Cant find out whats wrong with this attack sequence
|
|
[no replies]
|
by Hazarius
I can't find out why this attack sequence for a game isn't working, any ideas??
|
|
[no replies]
|
by JasBeckC
_MSC_VER
|
|
[1 reply] : There are some defines which compilers do to help determine which plat... (by MiiNiPaa)
|
by cksk
Else statement not functioning properly in while loop
|
|
[6 replies] Last: Read on stream states and how formatted input work. For starters read ... (by MiiNiPaa)
|
by Matas
sort alphabetically
|
|
[3 replies] Last: //Indexes start with 0, end iterator points to _after_ last character... (by MiiNiPaa)
|
by misslyss
Can someone tell me what is wrong with this code?
|
|
[14 replies] Last: Thanks everyone! (by misslyss)
|
by Bilakos
Find if an integer is the sum of 2 powers
|
|
[5 replies] Last: highestPossibleBase = sqrt(input) , 'cuz input = highestPossibleBase ... (by TheHardew)
|
by h4ever
How to share struct within functions; (warnings: expected 'struct <anonymous> **')
|
|
[1 reply] : process_file takes a PNGData** but you are passing a PNGData*. (by naraku9333)
|
by juju1
Problem of compilation
|
|
[6 replies] Last: what does it mean to align values ? http://en.wikipedia.org/wiki/Da... (by MiiNiPaa)
|
by sam89m
How to loop when entering multiple similar items?
|
|
[1 reply] : #include <iostream> int main() { const int NSCORES = 5 ; do... (by JLBorges)
|
by camwhyy
Need help with C++!!
|
|
[1 reply] : Limit the scope of your variables for(int i=0; i<5; ++I) then line 1... (by ne555)
|
by vmeen08
Address Book! HELP!! ASAP!!!
|
|
[no replies]
|
vector init loop trouble |
|
[3 replies] Last: Ah! thanks. (by closed account oGhfSL3A)
|
by dkumar3
strcmpi: does not return right result
|
|
[4 replies] Last: > I would expect the value of "res" and "res2" to be identical strcmp ... (by ne555)
|
Realistic random numbers |
|
[13 replies] Last: Ooh thanks now i get it now but i might have to check on some more det... (by closed account SECMoG1T)
|
C++ Adding Chi-Square equation |
|
[no replies]
|
by JemCel03
I.Q test game help
|
|
[5 replies] Last: I might not understand something. It looks like the user selects a di... (by dhayden)
|
by hira152
problem using isalpha()
|
|
[3 replies] Last: if a,b,c are declared floats then all you need to do is check there wa... (by Jaybob66)
|
by amitk3553
C++ member initialisation of an array element
|
|
[1 reply] : class A { public: A() = default; A(const char*) {} }; class ... (by MiiNiPaa)
|