by chrisname
Casting base-to-derived loses information
|
|
[7 replies] Last: Why not just have the game state be your event handler and use inherit... (by Disch)
|
by programguy
help with problem
|
|
[5 replies] Last: #include <iostream> using namespace std; int main(int argc, const c... (by ajh32)
|
by ncnx028
EVEN AND ODD
|
|
[18 replies] Last: looks good (by closed account Dy7SLyTq)
|
problème de compilation en c++ |
|
[1 reply] : > no matching function for call El error se refiere a que intentas us... (by ne555)
|
by ICNR
error: extra qualification 'SomeStuff::' on member 'Init' [-fpermissive]
|
|
[1 reply] : Could you post the code generating the error? (by firedraco)
|
by Redeyery
Accessing variables of another class
|
|
[1 reply] : You can, but don't. Provide inline access functions on the class and ... (by kbw)
|
by masschamber
Problem with calling char from function
|
|
[5 replies] Last: I figured it out. A cin.get seemed to do the trick prior to reading th... (by masschamber)
|
by DontKnowCPP
classes or structure
|
|
[5 replies] Last: First of all, drop the pointers. You don't need them so... why use the... (by IceThatJaw)
|
by minich16
libcurl cookies issue
|
|
[6 replies] Last: I compiled the exact code that you posted above, with the exception of... (by norm b)
|
string at |
|
[4 replies] Last: ostreams, like cout, displays 'b' if you provide it with a char with v... (by andywestken)
|
by Nckb
How to do CRC calculation for Base64 string
|
|
[6 replies] Last: I use CRC 16 and 32 algorithm, as I found it on Wikipedia... Actually ... (by Nckb)
|
by gottos13
Dev C++ NetBıos
|
|
[1 reply] : Just NO! First you need to understand how to code before you ask about... (by SpaceWorm)
|
by Dark3nd
Having Trouble
|
|
[1 reply] : @Dark3nd You just need to add #include <string> to your list of inc... (by whitenite1)
|
Convert char to time |
|
[7 replies] Last: Thanks a lot JLBorges. (by MilanChamling)
|
by Court Smith
Too Few Arguments To Function (1,2)
|
|
[23 replies] Last: [quote=vlad from moscow]" That is the compiler can store these two str... (by closed account zb0S216C)
|
problems with templated methods of templated classes |
|
[3 replies] Last: > Where can I read about it? http://stackoverflow.com/questions/61024... (by JLBorges)
|
by vFreeman
include <new> header
|
|
[3 replies] Last: ty guys. (by vFreeman)
|
by sp3cim3n
For loop - summing numbers
|
|
[4 replies] Last: Thank you for the replies guys. I see the error of my ways in logic. ... (by sp3cim3n)
|
by avaya567
Simplest way to perform attribute match
|
|
[5 replies] Last: I'm also trying to use strstr function for doing so. like if (strstr ... (by avaya567)
|
Debug Assertion Failed |
|
[5 replies] Last: What are you going convvert to sttring if str is already defined as st... (by vlad from moscow)
|