by amrdruid
Problem on Codeforces
|
|
[no replies]
|
by HeadyToe
Feedback for my solution for a C++ excersice
|
|
[no replies]
|
by Hobbes
Working with Pointers, Arrays and Dynamic memory
|
|
[no replies]
|
by shivamdabas
problem in writing to file
|
|
[1 reply] : You are intermingling formatted input with unformatted input. See: htt... (by JLBorges)
|
by sanjana
read multiple text files and count the occurrences of a word
|
|
[1 reply] : > inFile.open(i+".txt"); i is an int , not a std::string . #i... (by JLBorges)
|
by abhishekm71
What's the use of final keyword in C++11 virtual functions
|
|
[2 replies] Last: thanks Olysold, now I understand. (by abhishekm71)
|
by Nemo1984
Need help Asap
|
|
[1 reply] : http://answers.yahoo.com/question/index?qid=20100509083817AADOfQq (by ats15)
|
by flyingEagle
Switch case problem
|
|
[13 replies] Last: I'm not very sure what's going on in that code. Trying it out myself, ... (by Olysold)
|
by codeback99
2 same char value declaration
|
|
[no replies]
|
by JesusH1
Process Column
|
|
[4 replies] Last: OK so your saying to randomize multipels of bytes that make up a line?... (by JesusH1)
|
by CroCo
Shuffle Three Cards?
|
|
[2 replies] Last: @naraku9333, thanks. it worked. (by CroCo)
|
by bian440
why am I getting garbage data?
|
|
[3 replies] Last: Thank you very much. (by bian440)
|
by dolle39
How to use the Detour library in C++ properly for a simple hook of a function with known memory adress?
|
|
[no replies]
|
by t2nator
Daily interest rate
|
|
[1 reply] : take a look at this http://stackoverflow.com/questions/3730019/why-no... (by Yanson)
|
by mario0815
static const member initialization problem (1,2)
|
|
[22 replies] Last: Well, the following works: //constant.h const int MyArraySize = 256;... (by mario0815)
|
by devonrevenge
trying to reduce the overhead on my program that is supposed to find the highest prime of 600851475143 (1,2)
|
|
[23 replies] Last: This is the way i did it :) #include <iostream> #include<math.h> us... (by jidder)
|
by mario0815
Strange problem with static const member variable
|
|
[5 replies] Last: It's not an area I know that well. What I've just described is pretty ... (by andywestken)
|
by kebapmanager
Collision?
|
|
[no replies]
|
Stuck again...Help please |
|
[2 replies] Last: Errors Corrected, try this.. Good Luck, Zaki #include <iostream> //Yo... (by Zaki Al Qudah)
|
by Daleth
A good alternative to Design Patterns by Erich Gamma et. al.
|
|
[3 replies] Last: i bought that book about 9 years ago and nowadays just google stuff ab... (by mutexe)
|