Reading the host file |
|
[2 replies] Last: I believe you are looking for some specific text within the host file ... (by sohguanh)
|
by user0604
fwrite() results in data lost in C-without-plus
|
|
[3 replies] Last: Yeah, sorry I made some mistakes while describing the problem. st and ... (by user0604)
|
by MQLGuy
Initializing and Array with a Variable
|
|
[3 replies] Last: Check chapter about dynamic memory in a tutorial of this site, i th... (by Mazd)
|
by carlsum1986
split by line then ,
|
|
[2 replies] Last: You should never do a while on eof() because eof() is not set until af... (by Galik)
|
by gridge
Operator << and easy streaming to a non-ostream class?
|
|
[4 replies] Last: Or even... #include <iomanip> #include <iostream> class Logger... (by Galik)
|
Converting bits to decimal |
|
[5 replies] Last: !!? (by majidkamali1370)
|
by zltippett
Default input value
|
|
[5 replies] Last: Great, thanks! (by zltippett)
|
by Shatronics
Window without border problems
|
|
[2 replies] Last: Okay, I will move it to another forum. (by Shatronics)
|
by liranR
Classes
|
|
[1 reply] : It's all about the desired behavior of the object. If the objects w... (by Disch)
|
by DaSpirit
Looking for an online C++ teacher. (1,2)
|
|
[32 replies] Last: or you can just not revive old threads and let people search help on t... (by kaduuk)
|
by Phantom139
Heap Error in Random String Generation
|
|
[1 reply] : I'm wondering if it would work for me to re-write my generate function... (by Phantom139)
|
by Sinnderous
Thread safety of map container
|
|
[6 replies] Last: I'm currently using something along the lines of Rollie's suggestion. ... (by Sinnderous)
|
by carlsum1986
clear/reset char array
|
|
[3 replies] Last: alternatively, if this array is for a c string, you only need to clear... (by Disch)
|
by chee
c++ linked pass out
|
|
[7 replies] Last: If you modify something in a function, pass it by reference (or return... (by ne555)
|
by fotoni2
Opening mp3 files using C++
|
|
[2 replies] Last: Have you tried SFML? Here's the link http://www.sfml-dev.org/tutorial... (by blackcoder41)
|
by sinaga00
How to save incoming databyte stream on File
|
|
[1 reply] : hello Sinaga00, What's this -> for (int i = 0; i < rcvInfos->dataL... (by coder777)
|
Problem with (&) operator in role of addressor of struct |
|
[4 replies] Last: O, thanks. Guess so too nobuddy nowhere explain but this site. (by Los Guianosotros Finitar)
|
by pcalibur
opening a file (word, notepad, excel etc.) in c++
|
|
[12 replies] Last: Each OS has different way of associating files with programs. As such... (by kbw)
|
by arupsarkar
Error during compilation.
|
|
[1 reply] : You need to post more than that, we need to see that code as it appear... (by kbw)
|
Inheritance; calling polymorphic function |
|
[2 replies] Last: +1 ne555 The right thing to do here would be to make 'foo' virtual ... (by Disch)
|