by carlriz
Maps and Class Objects
|
|
[1 reply] : I do not have the code on hand, but below is the basic construct. T... (by cire)
|
by etroxel
Help with Address book program
|
|
[no replies]
|
by keane234
many errrors for source code and progamming help!
|
|
[12 replies] Last: Or you could not use a macro, but a constant. It should be obvious tha... (by ne555)
|
by Blank
More Cstrings....
|
|
[6 replies] Last: very useful and informative! thank you Disch and BHX specter! (by Blank)
|
by Blank
Help! Cstrings, displaying Cstrings, etc.
|
|
[9 replies] Last: I don't understand guys like you who are always reponding in that way... (by closed account 2UD8vCM9)
|
Big Endian vs Little Endian Char Array |
|
[7 replies] Last: Ah, I did some reading and found out that character arrays (8-bit) are... (by MaxterTheTurtle)
|
by Brendon127
Weird output
|
|
[1 reply] : if (contract = 1){ = is the assignment operator you need the == ... (by Chervil)
|
the memory allocated depends on what the user enters |
|
[3 replies] Last: You would use delete ptr. (by fg109)
|
virtual methods in abstract classes |
|
[4 replies] Last: But shouldn't the derived classes inherite all the non-private member... (by Disch)
|
by rxfeliciano
compare input string to string vector
|
|
[3 replies] Last: cire, thanks for the reply. I tried what you suggested and its weird b... (by rxfeliciano)
|
Don't catch an exception if you don't know how to handle it |
|
[15 replies] Last: I have understood a possible way of using your methods. Didn't you see... (by closed account jvqpDjzh)
|
by tdk93
Is the order of prototype declaration and structure declaration in the following program correct?
|
|
[4 replies] Last: #include <stdio.h> struct emp ; // declare emp // *** added *** voi... (by JLBorges)
|
by tem14b
Expected Unqualified-id error in Xcode
|
|
[2 replies] Last: That worked, thanks! (by tem14b)
|
by MrBeavis
ifstream overflow in while loop
|
|
[4 replies] Last: oh i didnt see that ; that was from when i was messing about with othe... (by MrBeavis)
|
by int man
change class name
|
|
[8 replies] Last: thanks peter87 :) not CreateWindowEx i use SetWindowTex... (by int man)
|
by peche
[Warning] unknown escape sequence: '\D' [enabled by default]
|
|
[2 replies] Last: Just FYI: Windows core functions accepts forward slash '/' as direct... (by MiiNiPaa)
|
by Blank
Arrays and functions..please help!
|
|
[9 replies] Last: thank you both for all the help! (by Blank)
|
by Hambone
Question about low level gfx api's (DirectX openGL))
|
|
[1 reply] : EDIT would you instead map the 2d image to poly/quads but only in the ... (by Hambone)
|
by jimJohnson
student line up program
|
|
[3 replies] Last: It is a bubble sort algorithm. You can look it up, since I'm not good... (by fg109)
|
by serrld113
variable problem?
|
|
[2 replies] Last: Thank you so much Gaius that fixed it! oh ok thanks for explaining t... (by serrld113)
|