by TheCreator
Adding char to an int
|
|
[1 reply] : buf is not a char; it is a pointer to a char. buf+total is adding ... (by Moschops)
|
by TheCreator
Sockets?
|
|
[3 replies] Last: Thanks, that summed it up perfectly. (by TheCreator)
|
Wats the need of a header file? |
|
[1 reply] : When using a library that is already compiled, you need to provide the... (by Moschops)
|
I dont find any need of enums? |
|
[1 reply] : No. Besides the fact that they're assigned values automatically, they ... (by Athar)
|
When to use #define or const? |
|
[5 replies] Last: Ah, thanks for clearing that up. Time to do a large amount of editing... (by Catfish)
|
Header file Inclusion |
|
[1 reply] : Only include them in Example.cpp, of course. Why on earth would you cr... (by Athar)
|
by clros
C++0x, thread, promise and future
|
|
[3 replies] Last: I don't have <future> installed on my machine, so I'm afraid I can't h... (by h9uest)
|
by MiKom
Member function templates instantiation in gcc
|
|
[5 replies] Last: Wow, nice solution. Thanks. (by MiKom)
|
by Phiru
operator???
|
|
[2 replies] Last: Thank you mcrist!!! (by Phiru)
|
by Ares26
Help with the System() Function
|
|
[1 reply] : If you really want to do it that way, use sprintf() to put variables i... (by Zhuge)
|
by alhanz
Modify selected text from a textfile
|
|
[5 replies] Last: Thx thou, I think I somehow managed to solve it!! Haha!! (by alhanz)
|
by xeroblast
about c++ classes
|
|
[10 replies] Last: thanks to all of your replies. im doing it on all your samples before... (by xeroblast)
|
Include the header files in .lib |
|
[9 replies] Last: Oh, sorry. I typed it wrong. What has happened is I removed the heade... (by soheilghafurian)
|
by fsshl
no match for 'operator<<'
|
|
[3 replies] Last: LB , Thanks your incitation. kooth, That book section 8.3 did not spec... (by fsshl)
|
by Silvermaul
Sorting by multiple attributes problem
|
|
[7 replies] Last: (If the Sphere object just does a simple member-wise copy, then you do... (by jsmith)
|
by yodakohl
Boost ASIO Serialization
|
|
[no replies]
|
by spectrem12
Segmentation fault and new to c++
|
|
[3 replies] Last: That's not being flushed because it segfaults before the buffer is emp... (by Moschops)
|
by Luffy
Reading only part of the content in textfile
|
|
[8 replies] Last: Thanks. My problem solved. (by Luffy)
|
by Luffy
Code crashes while running
|
|
[2 replies] Last: My program crash upon hitting this line. cout << "Enter which en... (by Luffy)
|
by jmadsen
Seg fault while accessing data created in another class
|
|
[1 reply] : Volume* myVolume = new Volume(); sigh, ¿Is there a good reason to d... (by ne555)
|