by polo87
Inputting N number of lines into a buffer
|
|
[4 replies] Last: Keep in mind that if you do a block read as satm2008 suggested, you ... (by Duthomhas)
|
by obai
simulation clock
|
|
[1 reply] : The standard ctime routines (http://www.cplusplus.com/reference/clibra... (by Faldrax)
|
by jaimil27
'for loop' for character in C++
|
|
[2 replies] Last: It's alright now! It's working fine! (by jaimil27)
|
by sky
c++ compiler windows vista
|
|
[3 replies] Last: What you need to post are the messages the compiler prints out when it... (by bnbertha)
|
design datastructure for parsing the text file. |
|
[1 reply] : I would suggest a data structure that holds the information about one ... (by bnbertha)
|
by matthew798
How would i get this to start again?
|
|
[4 replies] Last: Thanks so very much! I GOT IT! Great to see someone who helps without ... (by matthew798)
|
by awhite1159
Undirected acyclic graph creation algorithm
|
|
[6 replies] Last: Working with Qt4 that I aquired from the www.trolltech.com website. Th... (by awhite1159)
|
by Robson
reading string from file with blanks, why?
|
|
[2 replies] Last: I would be tempted to go along with Faldrax . Just out of interest... (by guestgulkan)
|
by crayon66
Rice Decoding running time problem
|
|
[3 replies] Last: Ah, well, the code is fairly verbose. You might want to use a C++ Prof... (by Duthomhas)
|
by chabo
problems with numbers and loops
|
|
[5 replies] Last: Glad to help. When I was initialy learning I would write everything t... (by Faldrax)
|
by ramishama
program arrange names of students and there grades
|
|
[5 replies] Last: Hi, you still have the array in the structure as two dimensional whic... (by Faldrax)
|
by tortt
problem with header file
|
|
[1 reply] : I'm not quite sure what you're asking but I'm guessing that you've cre... (by bnbertha)
|
by madroadbiker
enums galore
|
|
[7 replies] Last: Yeah, this is one of my pet peeves about C++: that enums aren't "real"... (by jsmith)
|
by labatmolso
Overloaded assignment and addition operator problem.
|
|
[1 reply] : You are returning references to temporaries in operator* and operator+... (by jsmith)
|
by xabnu
Passing pointers by address
|
|
[5 replies] Last: Thank you Bertha, :) it works now (by xabnu)
|
by noey699
Dev-C++ allegro compiler
|
|
[2 replies] Last: Yeah i already linked it heres the code i copyed into it #inc... (by noey699)
|
by andrada u
problems with a project concerning common data for more programs
|
|
[no replies]
|
by boneill3
Skip whitespace
|
|
[1 reply] : Sure. Use the following: #include <algorithm> // for remove() #i... (by Duthomhas)
|
by Ossory
return a pointer to the first element of a dynamically allocated (c-style) array
|
|
[3 replies] Last: Thanks a lot for suggestions, in fact what I am going to do is, as Ber... (by Ossory)
|
by boneill3
for loop behaviour
|
|
[3 replies] Last: Thanks alot for that Faldrax, I made the changes it it's looking alot... (by boneill3)
|