by Sariss1990
Cannot figure out how to code for this table
|
|
[2 replies] Last: Well I have the code to where it says there are no errors in it, but i... (by Sariss1990)
|
by Ninoaoe
USE A STRING AS A NUMBER??
|
|
[3 replies] Last: Here's my code explained in greater detail: (firstly, user enters a... (by hamsterman)
|
by joseplusplus
How does this constructor work ?
|
|
[3 replies] Last: Oh I see, then I should assume *this inside that constructor is the ... (by joseplusplus)
|
by boris404
Desperately need your comments - C++ language
|
|
[2 replies] Last: i'll give u a hint.. #include<iostream> using namespace std; i... (by dandy)
|
Can you "reference" variables? |
|
[1 reply] : What you're looking for is a map: map<string,int> compressedRecord... (by Athar)
|
by hexilum
reading memory from other window programs, and using their values
|
|
[1 reply] : Trying to access memory not owned by your process is generally forbidd... (by Pax)
|
by DBarzo
unresolved external symbol mixing c/c++ code
|
|
[1 reply] : Try extern "C" { #include "your_third_party_C_lib_headers" } ... (by Bazzy)
|
by Michael74
New to c++, needing assistance
|
|
[1 reply] : Please use code tags. And you'll need to be more specific. What exa... (by Zhuge)
|
by krein999
command line arguments
|
|
[3 replies] Last: it gives the name of the file and nothing that ive entered into the c... (by Disch)
|
by wekantro37
exit
|
|
[5 replies] Last: sry OHGxLeetGamerxOHG, is this work in visual C++ 2008 express edition... (by wekantro37)
|
by moriarty
Writing an array to an outfile (1,2)
|
|
[21 replies] Last: on line 67: for (category=0; category <= maxCategory; category++) ... (by kyle11778)
|
by jellyfish
Too much output & switching of name?
|
|
[4 replies] Last: Hi filipe, thanks for the valuable comment. Below is the updated code... (by jellyfish)
|
by PiZero
How does it work?
|
|
[1 reply] : if you show us a for loop that draws a shape, we can explain how it wo... (by Disch)
|
by Canineteeth
if / while / loops (beginning beginner)
|
|
[5 replies] Last: The "while" will execute whatever is inside the "while" until the cond... (by Sericet)
|
by aldaris
INT checking
|
|
[19 replies] Last: Thank you for the topic, and Duoas, thanks for using cin.clear() and c... (by LydiaF)
|
by LupusNoctu
strcmp() causes segfault. My implementation == crap?
|
|
[15 replies] Last: Well, after some finishing touches, testing and debugging, I have a re... (by LupusNoctu)
|
by m au
make member function of class that returns the no. of an array
|
|
[no replies]
|
by dloghcaz
trouble accessing member functions in vectors of objects (1,2)
|
|
[21 replies] Last: Sorry, had to put this on the backburner for a while. ne555, I do... (by dloghcaz)
|
directory listing etc |
|
[3 replies] Last: Here is the specific Boost library for this: http://www.boost.org/doc/... (by Bazzy)
|
by ricomoss
Pointer Interpretation
|
|
[2 replies] Last: It looks like I was interpreting it correctly. Huzzah! Thanks. (by ricomoss)
|