by siid14
Duplicate Symbol for architecture x86_64
|
|
[4 replies] Last: I moved the L40 from rect.h to rect.cpp. Ty, it gives me an acceptable... (by siid14)
|
samples |
|
[1 reply] : not quite ¿is there a problem with .getord()? you misunderstood the ... (by ne555)
|
by reversel
How to call void from a different class?
|
|
[1 reply] : First, minor terminology critique: You don't call 'void', you call a ... (by Ganado)
|
floating point numbers precision |
|
[4 replies] Last: 240 lines is pretty small. Just post the code. (by helios)
|
by a7300235
confusion on unary_functions
|
|
[2 replies] Last: fun_with is a type. You can't pass a type as a param hence the need to... (by seeplus)
|
by AkiraC
Favourite number in loop
|
|
[3 replies] Last: Just a bit of defensive coding: When using any of the scanf functio... (by TheIdeasMan)
|
by SubZeroWins
Passing pointers* to functions???
|
|
[14 replies] Last: Just because a C++ program 'provides the expected output' in one situa... (by seeplus)
|
by AkiraC
How to trace output?
|
|
[3 replies] Last: Use the debugger for your compiler. MS VS has an in-built one within i... (by seeplus)
|
by kalahan
Weird behavior when using stringstream
|
|
[2 replies] Last: Thanks for the fast reply that was really helpful! Much appreciated!!! (by kalahan)
|
by noir234
Blank output when entering negative numbers
|
|
[5 replies] Last: Correction: Modulo is implementation-specified for negative operands. ... (by helios)
|
by Zhylian
polymorphism
|
|
[13 replies] Last: I couldn't hope for better. (by Zhylian)
|
by zEcs Cilnt
Divination Calendar/I-Ching Program
|
|
[7 replies] Last: Jeeze, I was so excited I thought of a way to do it, I didn't see it w... (by zEcs Cilnt)
|
by RenziavdWalt
Error: expected primary-expression before ')' token
|
|
[3 replies] Last: The error is on L26. A for statement has 3 parts separated by ; (eg as... (by seeplus)
|
by SubZeroWins
Scope resolution :: woes
|
|
[5 replies] Last: When you say "must be a namespace" you mean the name of functions/met... (by helios)
|
by kdrewes
Password
|
|
[9 replies] Last: Seeplus and Andy thank you both for all your help. This all helps a l... (by kdrewes)
|
by agirideep
Retail Item (OOP)
|
|
[3 replies] Last: See http://www.cplusplus.com/forum/beginner/279521/ Apparently OP did... (by Handy Andy)
|
by Spamfilter
for loop exits with out iterating
|
|
[7 replies] Last: @spamfilter - see my 'fixed' code above re prime numbers. There is a p... (by seeplus)
|
by agirideep
Car Class (OOP)
|
|
[6 replies] Last: Perhaps: #include <iostream> #include <string> class Car { int ye... (by seeplus)
|
by jhbardwell
Issues nesting enum within a struct
|
|
[1 reply] : not having SDL, ... this works: const int LONGBUTTON_HEIGHT = 128;... (by jonnin)
|
by empleat
Array - exeption thrown, stack around variable was corrupted
|
|
[6 replies] Last: You can pass an array to a function without it decaying to a pointer. ... (by seeplus)
|