by soldierno77
loading a graph from txt file
|
|
[1 reply] : So, what? Have you looked at file streams? (by closed account S6k9GNh0)
|
by gnwillix88
Can anyone spot a problem with this code?
|
|
[11 replies] Last: what line is the error? as far as i can see from the error, it is t... (by chimera)
|
by Esmaeil
Problem with writing to a file
|
|
[11 replies] Last: The insertion and extraction operators ( << and >> ) both have built-i... (by jRaskell)
|
by badiparmagi
i have a problem with that coding
|
|
[4 replies] Last: Thanx a lot for the code... so if i wanted to add this chars how co... (by badiparmagi)
|
by MajorFart
Make string of variable/member/class name
|
|
[1 reply] : I don't know about _hook, _ref and CI_GET. Maybe that's some stuff to ... (by imi)
|
by cthangam
std::ostrstream is not buffering data properly
|
|
[5 replies] Last: oups. I did read stringstream, and not strstream. :-) Yep. That's w... (by imi)
|
by waterborne
How to catch error : The memory could not be read.
|
|
[6 replies] Last: Yea.. VARIANT is not part of the standard lib. I got the feeling, ... (by imi)
|
by yakubpasha
copying char array contents into char pointer array
|
|
[2 replies] Last: thank you very much.. i'll try this.. (by yakubpasha)
|
How numbers are rounded |
|
[5 replies] Last: double round(double num) { return (num > 0.0) ? floor(num + ... (by closed account z05DSL3A)
|
by JHO
I am becomming confused
|
|
[3 replies] Last: int A=1;//declare and initialize variable A with constant int 1 fl... (by Dacster13)
|
by omen4669
Web browser data
|
|
[6 replies] Last: Thank you very much. I will try it when I get the chance. (by omen4669)
|
by chara76
Do while & for loops have to be executed at least once?
|
|
[3 replies] Last: you just pointed the difference between a do-while and a while loop. ... (by maikel)
|
C++ copy constructor trouble =( |
|
[7 replies] Last: vector frees its own memory, and since you didn't allocate anything fo... (by imi)
|
TI-84 and C++ |
|
[4 replies] Last: Z80asm is the only way to program TI processors. As an avid fan of the... (by tummychow)
|
by badny
fread
|
|
[14 replies] Last: That header sucks. With it, you dont get any information about the bm... (by imi)
|
by gnwillix88
Anyone to fix this??
|
|
[14 replies] Last: In that code there is a declaration for a no argument constructor for ... (by closed account 1yR4jE8b)
|
g++ Code Size |
|
[11 replies] Last: Sorry, that's my bad, I'll be the first that'll admit that I CAN be a ... (by closed account 1yR4jE8b)
|
by schmegtastic
Modifying a Program with Functions
|
|
[1 reply] : It looks like you have some functions that you need to define. These a... (by sammy34)
|
Validating Password |
|
[3 replies] Last: Thank you MorningStar that was a tight piece of coding. Even better I... (by Hopeless Programmer)
|
by Dufresne
Ping , How should it be done ?
|
|
[4 replies] Last: Thanks for answers, IcmpSendEcho Function seems quite useful. (by Dufresne)
|