by incremental
Explanation of the operator= method overload?
|
|
[1 reply] : If that's what you want to do, then yes. (by Gaminic)
|
by Baso
What these codes supposed to do?
|
|
[1 reply] : Those are bitwise operators, more specifically: 1: bitwise OR (and as... (by Gaminic)
|
major problem with my .exe app |
|
[3 replies] Last: ok but how do i add my own description to the file itself once release... (by MyGirlfriendLikesPorn)
|
Program not doing the right thing ... it is failing to output!!! |
|
[6 replies] Last: thanks so much the original OP is my other account but for some reason... (by MyGirlfriendLikesPorn)
|
by processed
Need help figuring out the last problem to a craps game
|
|
[1 reply] : cout << "Your roll: " << die1 << " plus " //You cout die1 twice, in... (by BlackSheep)
|
by wd40
Error 1 error C2512: 'Date' : no appropriate default constructor available
|
|
[3 replies] Last: I suggest method 1 as all it requires is just giving the existing con... (by guestgulkan)
|
by kready
Array advice would be appreciated (1,2)
|
|
[27 replies] Last: alright everything is working great. Thanks everyone for the help i ap... (by kready)
|
Help with headers |
|
[3 replies] Last: try void encrypt(std::string phase) (by ui uiho)
|
by Ryan Bush
Encrypt thing
|
|
[2 replies] Last: Thanks! (by Ryan Bush)
|
by toomanystars
Pointer, class, overloading
|
|
[13 replies] Last: Thanks, I already ordered two books from chapter.ca, so I will put yo... (by toomanystars)
|
by chenejm
Help encrpyt message to lower case
|
|
[1 reply] : convert is c = tolower(c); for simple encryption just do if(!iss... (by ui uiho)
|
by xirtam
division returns same number regardless of numbers used
|
|
[10 replies] Last: So I just have to override the setWeight function because when the set... (by xirtam)
|
by alvadrive42
string base class
|
|
[no replies]
|
by chenejm
help with decrypt and encrypt
|
|
[no replies]
|
by TTT
Classes
|
|
[10 replies] Last: char *names ; why make an arrow of pointer chars? use a vector of stri... (by ui uiho)
|
Confused with "pointers" in C++.... |
|
[1 reply] : there is one kind of pointer. it points to the memory allocated by a v... (by ui uiho)
|
by OxBADC0DE
Help me clear my mind on this mystery
|
|
[3 replies] Last: http://www2.research.att.com/~bs/bs_faq.html#IEEE (by firedraco)
|
by gmenfan83
Sense of Unions?
|
|
[2 replies] Last: Thanks for the explanation Framework. (by gmenfan83)
|
Reading info from a file into arrays |
|
[8 replies] Last: Got it, thanks again. (by closed account 2EURX9L8)
|
by PALTIOUS
unable to run a program file
|
|
[7 replies] Last: Does it still do nothing when you open it? If so, please post the cod... (by LB)
|