by paolopiace
VPATH in makefile
|
|
[1 reply] : Are you expecting lines 4 & 5 to pay attention to VPATH ? The wildc... (by PanGalactic)
|
by Faaz
Adding an Array in C++
|
|
[6 replies] Last: Thankyouu program is working now and even average is showing THANKS AL... (by Faaz)
|
graphics libraries |
|
[5 replies] Last: well i put the pic file in different places to try and make it work bu... (by paki programmer)
|
by Sputnik
C++/Programming Terms
|
|
[1 reply] : Wikipedia has them explained quite well I'd say. to save you from the... (by hamsterman)
|
by dexterof
string , strcpy , and arrays
|
|
[4 replies] Last: I'm pretty sure we know what it means, it's just not a good idea to do... (by cran)
|
How to print Arial symbols to the console? And array problem. |
|
[1 reply] : unicode is larger so will take up more space then a char, you might ha... (by cran)
|
by SlikRik
Generating Specific Random Numbers
|
|
[3 replies] Last: np, if you haven't done it in a while, the brain gets rusty.. (by cran)
|
by Scharl
[VS2010] Program using libcurl only works when compiled as Release
|
|
[no replies]
|
by Abelville
error C2181: illegal else without matching if
|
|
[2 replies] Last: Thank you so much! Problem fixed. (by Abelville)
|
by kash kow ken
Choosing the right Graphics API
|
|
[3 replies] Last: Same graphics. (by Return 0)
|
by ladykrimson
Classes with more than one object
|
|
[11 replies] Last: In general terms, it depends what you're using as your console. In spe... (by Moschops)
|
by ToniAz
If statements
|
|
[2 replies] Last: To add to hamsterman's reply: #include <iostream> #include <strin... (by some random dude)
|
by Elnaz
understanding dynamic matrix declaration
|
|
[1 reply] : Let's assume a 2x3 matrix, sizeof(double) = 8, sizeof(double*) = 4. ... (by hamsterman)
|
by kash kow ken
overloaded operators dependencies
|
|
[1 reply] : No you don't. The default compiler generated one will work in this cas... (by nimitzhunter)
|
by brainpann
nest for loops and random numbers
|
|
[2 replies] Last: Doh! Seems obvious now. Many thanks for the help. (by brainpann)
|
by Metallon
SFML - linking the library
|
|
[1 reply] : i have this problem too... except it's ubuntu 10.04 and gcc compiler t... (by kash kow ken)
|
by Jjester
Good Compilers
|
|
[13 replies] Last: http://www.youtube.com/watch?v=1XZoKXJpbVg Just wanna share, don'... (by blackcoder41)
|
by jimbob1141
is it a bad idea to start with c++ (1,2)
|
|
[31 replies] Last: I wish I had taken C/C++ before I took Java.... (by ladykrimson)
|
by ladykrimson
Sometimes it works, and sometimes it doesn't
|
|
[4 replies] Last: Thank you very much!!! (by ladykrimson)
|
by Bman900
Splitting string into words
|
|
[1 reply] : #include <cstring> strtok() to return strings between the delimiter... (by Krisando)
|