by priyanshm
File Handling problem
|
|
[3 replies] Last: C:\m\Programming\x> a 177 Johnny 12.50 177Johnny12.5 C:\m\Programmin... (by Duthomhas)
|
by Gaminic
Storing constant, frequently accessed data.
|
|
[10 replies] Last: That may be crazy enough to work. The program isn't exactly memory bou... (by Gaminic)
|
by Gaminic
Efficient/fast file reader.
|
|
[6 replies] Last: There's a convenient function, similar to boost::lexical_cast that use... (by closed account S6k9GNh0)
|
by mitchsoje20
finding the smallest, largest,average number do while loop ,pls help
|
|
[1 reply] : Your variable num is getting overwritten in subsequent read operations... (by abhishekm71)
|
by mayopia
Selecting Best Arrays
|
|
[4 replies] Last: Thanks so much, i think i get it now. You the best (by mayopia)
|
Auto-redefining members |
|
[11 replies] Last: I was thinking that it could be better just saving the format into a m... (by TheBeardedQuack)
|
by glennpl
#define statement assigning addresses
|
|
[2 replies] Last: You're basically saying you want to access the byte 0 in the memory. (by S G H)
|
by Ceset
extensions of the files
|
|
[8 replies] Last: The concept of binary files really "clicked" for me when I tried creat... (by Stewbond)
|
by foozhan
logarithm
|
|
[2 replies] Last: http://en.wikipedia.org/wiki/List_of_logarithmic_identities abhishek... (by Stewbond)
|
by azntrindo
Help Please with selection sort
|
|
[3 replies] Last: @TC: So what happened to the code that was solved? (by Zhuge)
|
Why does this code work so weirdly? |
|
[2 replies] Last: Well, all the elements of mark are initialized to the empty string, s... (by Zhuge)
|
by alive122333
difference b/w variable Declaration inside and outside the for loop
|
|
[1 reply] : See http://stackoverflow.com/questions/7959573/declaring-variables-ins... (by JLBorges)
|
by Nybble
std::unique_ptr memory leak?
|
|
[4 replies] Last: > I hate when little things like this affect the program in such an en... (by JLBorges)
|
by Daleth
Function Pointer to a Standard Operator
|
|
[no replies]
|
by Gladdok
Specializing boost::unordered_set to handle 'unordered' pairs
|
|
[1 reply] : > Must I define both 1) a hash function that hashes to the same value ... (by JLBorges)
|
char and more |
|
[3 replies] Last: Your code clearly indented and wrapped in code tags... #include<iost... (by Elidor)
|
by ur2cdanger
Design Review
|
|
[2 replies] Last: I think code wise its pretty well designed. To full advantage of the l... (by Elidor)
|
boost.xpressive help |
|
[6 replies] Last: ty http://pastebin.com/H98ku3zS (by closed account Dy7SLyTq)
|
by nelson1mx
Obtain the correct array size in a function
|
|
[2 replies] Last: Mmmm that's disappointing. Anyway, thanks for the clarification ;) !!... (by nelson1mx)
|
by kaminii
masking and attempts on password
|
|
[3 replies] Last: So to me it looks like you're trying to get a character and then quick... (by TheBeardedQuack)
|