by rishikesh
format specifier
|
|
[1 reply] : Format specifiers. See here http://www.cplusplus.com/reference/clibra... (by guestgulkan)
|
by Joseph544310
HELP CHAR
|
|
[4 replies] Last: ok i solved it : #include <iostream> #include <string> using namespac... (by Joseph544310)
|
by needhelp2345
If-else loop help
|
|
[6 replies] Last: Thank you guys for all the advice and pointers. I have finished the pr... (by needhelp2345)
|
by sambos
Courious?
|
|
[no replies]
|
by jberg85
Please help! error LNK2019: unresolved external symbol ?
|
|
[2 replies] Last: Line 69: void postMove(int row, int clmn, char value) postMove s... (by shacktar)
|
by BarringtonT
the "this" keyword
|
|
[1 reply] : The operator is returning a reference to itself. This allows you to s... (by Disch)
|
by Firecracker
What should I use?
|
|
[2 replies] Last: Probably DirectX for Windows and OpenGL for other platforms. (by unixhand)
|
by ui uiho
cin buffer errors
|
|
[5 replies] Last: [code firstline=67] std::cin >> wager; //get std::cin.... (by cire)
|
Binary to ASCII. Improvements? |
|
[2 replies] Last: //changed some formatting #include <iostream> #include <iomanip> usi... (by Mathhead200)
|
2D array vector(matricies) multiplication? |
|
[no replies]
|
by science man
how do you turn your program into a .exe for cmd?
|
|
[3 replies] Last: Thanks guys. (by science man)
|
by unixhand
What does 'void *addr=(long *)0xffff0008'...
|
|
[2 replies] Last: I think in this case its a cast to a pointer to a long, i.e. it makes ... (by slicedpan)
|
by eyesofhope
Queens problem
|
|
[2 replies] Last: I added this function, but my queens are still stacking in the first c... (by eyesofhope)
|
by matt566
while loop outputs extra line with eof file -help
|
|
[6 replies] Last: That was it. i had tried it when i read it from the link that was pos... (by matt566)
|
by calvarado777
Conversion to template -> linker errors?
|
|
[5 replies] Last: Hey guys! So I have attempted all of the above fixes and I am still g... (by calvarado777)
|
by I3lue
Need help why is it keep looping? :(
|
|
[2 replies] Last: ok now its keep looping.... const int SKIP=-999999; const int SIZE... (by I3lue)
|
by jaff
Using the Beta distribution in a specific way
|
|
[4 replies] Last: I just realised that there is a huge problem. Basically I need to gene... (by jaff)
|
by kready
Why are arrays so bad? advice please
|
|
[2 replies] Last: Your program crashes because you are traying to access memory outside ... (by vlad from moscow)
|
by NNinja
Can someone help with my code?
|
|
[3 replies] Last: Thanks for replying! The calculated numbers are correct. So I'm still ... (by NNinja)
|
by Gaminic
Working from the command line.
|
|
[17 replies] Last: The *.cpp thing is not guaranteed to work on Windows, but IIRC the GCC... (by Duthomhas)
|