by lotios
Classes
|
|
[4 replies] Last: 3 simple errors in your code that I see are: a) you cannot initialize... (by kevinchkin)
|
finding average? |
|
[8 replies] Last: -masiht, i found your mistake here cout << "average"; no quotation... (by masiht)
|
by MatieA
IF Else Problem
|
|
[8 replies] Last: Thank You Thank You!!! Sometimes the obvious eludes me.... ;) (by MatieA)
|
logical operators and loops |
|
[4 replies] Last: that makes perfect sence thank you sir. (by anythingworks1)
|
by Cero
Making an object move?
|
|
[5 replies] Last: hmm..so it should move on timer.. lets say you have a timer function. ... (by writetonsharma)
|
by engrob10
sorting a date array
|
|
[7 replies] Last: yes i understand what your saying. I haven't seen this memcpy() functi... (by engrob10)
|
by Peyton
Vector size() function
|
|
[2 replies] Last: Thanks Bazzy, it works. I had to change int to size_t to prevent a war... (by Peyton)
|
Macros & INT type |
|
[2 replies] Last: This is what I do when I want 32 random bits and don't feel like using... (by helios)
|
by kaidranzer
templates and generics
|
|
[4 replies] Last: Generics are a C# construct and templates are a C++ construct. While ... (by jRaskell)
|
by ZoRz
Troubleshooting Code - not compiling
|
|
[1 reply] : There are quite a few errors. The two that pop out immediately to me ... (by jdd)
|
by yComms
MouseMove and Time outs (Using Gwin)
|
|
[no replies]
|
by murva
loop inside const function
|
|
[3 replies] Last: Yes, right, result and i are data members. I declared another varaible... (by murva)
|
by shadowayex
C++ and XML
|
|
[2 replies] Last: you can use xerces or expat c++ xml library. i will go for xerces. (by writetonsharma)
|
suggested manual? |
|
[no replies]
|
by tjinx
Drawing for PPM
|
|
[1 reply] : AND.. point.cpp #include <iostream> #include "Point.h" using ... (by tjinx)
|
by tjinx
Building Basic Classes
|
|
[1 reply] : The error message says quite clearly. You're trying to access private ... (by helios)
|
by Joe101
stack inside class problem
|
|
[2 replies] Last: thanks so much! (by Joe101)
|
by nickg140143
Finding the Lowest and Largest Numbers
|
|
[no replies]
|
by cplusplusnew
what's wrong with the following codes?
|
|
[4 replies] Last: Thank you, beginner101. inserting system("pause") before return 0 wor... (by cplusplusnew)
|
by wizard25
Void Functions
|
|
[5 replies] Last: quote from computerquip: void aFunction(int &myInt) { myInt... (by Disch)
|