by cmccmc
Invalid Calculations
|
|
[5 replies] Last: yeah i looked at your method but Disch's was simpler but yours would h... (by cmccmc)
|
by EvanEjk
Reading File
|
|
[2 replies] Last: Thanks! (by EvanEjk)
|
by dat722
months in numbers to letters
|
|
[3 replies] Last: if (valid_month && valid_day && valid_year) { if (leapY... (by dat722)
|
by studentffm
double to txt file
|
|
[2 replies] Last: Sorry.. it is actually declared... I missed it when I wrothe the code ... (by studentffm)
|
Counting instances of a words |
|
[2 replies] Last: Worked great, thanks for the help! (by closed account jwC5fSEw)
|
by indigo
L"string"
|
|
[3 replies] Last: Thanks for answers, it helped a bit. I got the conversion by writing: ... (by indigo)
|
by gustavson
ususual colon use - meaning?
|
|
[1 reply] : bitfields. It specifies the width of the variable in bits. IE: BL... (by Disch)
|
by matt000r000
Class function problems
|
|
[no replies]
|
by adtr
reading file
|
|
[1 reply] : Go line by line. Set a counter to track how many lines you read in. In... (by tummychow)
|
by ALB
anyone know what wrong with my program?
|
|
[4 replies] Last: we may not know what wrong with your program until you post your code (by Maimaje Bello Abdullahi)
|
time and time formatting problem |
|
[6 replies] Last: I never realized that asctime() adds a newline, but sure enough: http:... (by PanGalactic)
|
by ALB
question on programming
|
|
[8 replies] Last: got it thanx (by abhi201090)
|
by wasabi
Maximum off_t value?
|
|
[11 replies] Last: it finally worked, thanks! I was using "#define _FILE_OFFSET_BITS 6... (by edu083)
|
by jinjin12
spent hours and still do not know why!? sEGMENTATION FAULT
|
|
[4 replies] Last: ok i think i found out why, but im not 100% sure, i have to test it fu... (by jinjin12)
|
by hackphreak
C++ TEST!
|
|
[17 replies] Last: lol good point (by cmccmc)
|
by cmccmc
Incorrect average
|
|
[3 replies] Last: okay I forgot about the order of operations edit: worked perfectly Th... (by cmccmc)
|
by adikid89
classes over multiple files
|
|
[6 replies] Last: It actually probably looks better now. Globals are what are "ugly".... (by Disch)
|
by adikid89
Signed and unsigned numbers
|
|
[3 replies] Last: C++ is statically typed. That is, everything has a known type at compi... (by Duthomhas)
|
by adikid89
code doesn't work as expected
|
|
[1 reply] : omg... this is sooo embarasing :| if(IsKeyPressed(VK_LEFT... (by adikid89)
|
by Nikoru
Question about my script
|
|
[2 replies] Last: @1. here some code example: #include <iostream> #define SPELLCAST... (by adikid89)
|