by jt1991
what error??
|
|
[11 replies] Last: Two things about this thread that irritate me a lot: 1. OP deleting [... (by chrisname)
|
cplus_demangle |
|
[3 replies] Last: No, it was not built from source. It was simply installed using the re... (by rachitagrawal)
|
by wrz234
int value
|
|
[3 replies] Last: Make sure you are aware that in C numbers with a leading zero are oct... (by Duthomhas)
|
by pozdrav
programming practice - coding utility functions in C++
|
|
[3 replies] Last: 1. You can preinstantiate template functions in almost the same way yo... (by kbw)
|
by denis90
Candidates for class membership
|
|
[7 replies] Last: If you use "normal" classes (no templates), I'd still prefer my "decis... (by imi)
|
by mrprince786
hashing code required..
|
|
[11 replies] Last: SHA* or MD* are Cryptographic hash function . Cryptographic hash ... (by closed account z05DSL3A)
|
by amitjakati
copying a CString to array
|
|
[1 reply] : The function you need is called strcpy. Or strncpy (strlcpy) for safer... (by maikel)
|
by Allenmy
Seating Assignment
|
|
[4 replies] Last: Yes, well somewhere in the relevant function you could include a count... (by buffbill)
|
by kusunoki
Problem with Class Inheritance Assignment
|
|
[no replies]
|
by whoami32
multiple class file (constructor with default value)
|
|
[3 replies] Last: I changed the code to Container::Container(int maxCapacity){ // ... (by whoami32)
|
by wrz234
My program does not go to switch case.
|
|
[2 replies] Last: nope, in a switch case control statement, the control variable must b... (by wrz234)
|
by xisu
Nice ogv converter
|
|
[no replies]
|
by hasakura
Need correction let me know
|
|
[2 replies] Last: Oh i got that fix (by hasakura)
|
by pozdrav
operator * overloading C++ (1,2)
|
|
[20 replies] Last: In other words: C++ does not restrict the introduction of prohibiting ... (by tition)
|
by ali101help
The last entry of my file is printed twice (1,2)
|
|
[22 replies] Last: does any1 kno a software that will allow a cd to self install so that ... (by ali101help)
|
by holymoo
error: expected ';' before '<' token
|
|
[2 replies] Last: Thank you, putting guards on List.cpp fixed the problem. (by holymoo)
|
by imbenzene
two linking errors..
|
|
[2 replies] Last: ya, found out... thanx a lot, for such a quick response. i am highly ... (by imbenzene)
|
by ortiz7612
Reading in lines in the middle of data file
|
|
[3 replies] Last: It looks like your file is organized as: 1 2 3 4 5 6 7 8 9 10 1... (by Duthomhas)
|
by Kondziu
How to resize/scale surface in SDL?
|
|
[1 reply] : SDL is not designed to do image manipulation - only display. This is t... (by Duthomhas)
|
by helios
User level paging
|
|
[no replies]
|