by sleepyfool
Rounding a whole number integer
|
|
[2 replies] Last: You are freaken amazing! Thank you, I finally got it :) . (by sleepyfool)
|
by empror9
easy qustion in c++
|
|
[6 replies] Last: post some code please. (by hamsterman)
|
by hybzik
passing string type in multi-file compilation
|
|
[3 replies] Last: checked back for replies and even before I read any of them I noticed ... (by hybzik)
|
by mbrinkley
undefined symbol "cout", "cin", and "endl"
|
|
[3 replies] Last: lolz, you're welcome. I'm glad I could help. (by Dacster13)
|
by felixcamp3
Dynamic Array Memory Problems
|
|
[3 replies] Last: hey, I'm still checking but I think I found something wrong with the r... (by Dacster13)
|
by kungfu
so new to this its not even funny :0(
|
|
[9 replies] Last: umm, if you want to do that from scratch you should study the win32 AP... (by Dacster13)
|
by Kieth89
Object Oriented Programming Questions
|
|
[5 replies] Last: Look for a book that covers OO specifically if you really want to unde... (by tummychow)
|
Reading from a linked list |
|
[3 replies] Last: Okay, looking the code, I realized that nowhere in makeList do I use t... (by closed account jwC5fSEw)
|
by cmccmc
generate a text file?
|
|
[4 replies] Last: There may be a flag to prevent it from engendering a file to fill an e... (by tummychow)
|
by General
Logical error in finding the factorial by using the while loop
|
|
[1 reply] : Trace what your program does for a simple case, such as x = 3. f... (by jsmith)
|
by Liger XT5
mixed variables in a single array
|
|
[2 replies] Last: How would I go about doing that? (by Liger XT5)
|
by Jonny5770
How do i make a time limit on my console?
|
|
[1 reply] : On windows you can use Sleep() http://msdn.microsoft.com/en-us/libra... (by Null)
|
by ven0m
Wierd cin.fail() behavior
|
|
[no replies]
|
by Onanymous
templated class member function declaration ???
|
|
[5 replies] Last: Thank you. I got it. (by Onanymous)
|
by dwinters
use the system date as filename
|
|
[6 replies] Last: With a look at: http://www.cplusplus.com/reference/clibrary/ctime/strf... (by Liger XT5)
|
by oontvoo
Put a Member Initialization List in a Constructor’s Definition
|
|
[9 replies] Last: [quote=jsmith]Member initialization lists are the one and only one pla... (by moorecm)
|
by Jahmbo
Crypto exercises
|
|
[3 replies] Last: That would be fine, even necessary with words like 'the' or 'is'. But ... (by Computergeek01)
|
by oontvoo
how to get the "failure flag"
|
|
[1 reply] : Using cin.bad() , .fail() , .good() and .eof() should work. You... (by Bazzy)
|
by oontvoo
reinterpret_cast<>
|
|
[6 replies] Last: It absolutely does, but that does not mean the data it points to chang... (by jsmith)
|
by towelrack
instances of classes
|
|
[1 reply] : The first time I call class B it takes the first two numbers of the l... (by Disch)
|