by jsepia
Header being included twice, despite prevention
|
|
[4 replies] Last: #pragma once works exactly like include guards. The file has both #pra... (by jsepia)
|
by mcleano
Connectig to e-mail
|
|
[1 reply] : It's called e-mail client. (by helios)
|
by JCED
invalid use of member 'foo' in static member function
|
|
[2 replies] Last: Thanks! It works now. :) (by JCED)
|
by Corsican
Arbitrary precision inverse matrices
|
|
[4 replies] Last: I'll take a look for them. In the meantime I am having some difficulty... (by Corsican)
|
by DeizR
Using cin.putback() in different compilyators
|
|
[no replies]
|
by Peter1234
Compiler limitations??
|
|
[8 replies] Last: Thank you very much for your help. It works now. (by Peter1234)
|
by MYST
cin / if statment issue ...
|
|
[2 replies] Last: Brilliant! Thanks very much for your help Mike (by MYST)
|
by Null
void* to char**
|
|
[7 replies] Last: This thread = Reason #563 why multidimensional arrays suck. Conside... (by Disch)
|
by Luis Navarro
Printing in Borland Builder C++
|
|
[no replies]
|
by smhillis
Pass a pointer by reference C only
|
|
[5 replies] Last: (*x)->data; //I'm using structs, -> is syntax for de-referencing ... (by kevinchkin)
|
by unregistered
question on header files
|
|
[2 replies] Last: http://www.parashift.com/c++-faq-lite/coding-standards.html#faq-27.8 ... (by Duthomhas)
|
by silverarrow
validating int type user input in Visual C++
|
|
[2 replies] Last: the constructor must be Residential not Home right? as input, you coul... (by DrDeath)
|
by unregistered
implementing a doubly linked list using templates
|
|
[2 replies] Last: You can't put template class implementations in .cpp files easily; you... (by jsmith)
|
by fire
Template class implementations
|
|
[7 replies] Last: @pkrawkstar718 PM me (you'll need to enable PMs on your end) your c... (by jsmith)
|
by Qwerty2
ways to draw graphics
|
|
[2 replies] Last: Thank you very much, you must be an expert Programer thank you for tak... (by Qwerty2)
|
looking for assistance with an array program |
|
[2 replies] Last: Because two threads and one off-topic comment in another just wasn't e... (by helios)
|
Scanning two dimensional arrays |
|
[1 reply] : Seems like a HW question to me. We cannot give you solution. To start... (by kevinchkin)
|
by freakytb
Resolution
|
|
[1 reply] : What exactly do you mean by "screen resolution", and what OS are you u... (by Duthomhas)
|
by sara khan
tank problem
|
|
[no replies]
|
by DrDeath
Class Member Callback
|
|
[2 replies] Last: yes indeed.... now works... thx (by DrDeath)
|