by smilodon
pass by reference and pointers
|
|
[5 replies] Last: Ok, thank you. (by smilodon)
|
by aranjan
Adding two polynomials with vector of structs
|
|
[1 reply] : Since I don't have the patience to read through 148 lines of code: ... (by smilodon)
|
The Ampersand and other reference/pointer stuff |
|
[10 replies] Last: Yes, a reference must be initialized when declared in a local variable... (by Duthomhas)
|
by Yoshima
Question on declaring members in classes
|
|
[6 replies] Last: Your welcome. (by smilodon)
|
by Futureboy
Preventing duplication in 'Game Archiver' using iterators and vectors
|
|
[8 replies] Last: Thanks for all the support and help everyone, I finally got it to run ... (by Futureboy)
|
by cabledevin
CopyFile ?
|
|
[5 replies] Last: Thanks for the help, but I don't know what a POSIX i'm just running o... (by cabledevin)
|
by fistsers
how to insert an image?
|
|
[3 replies] Last: You can draw stuff in the Windows Console ... Here's a snippet p... (by Duthomhas)
|
by dsantanu
passing pointer of array containing data type double
|
|
[1 reply] : double *array = new int ; Here's the problem. If you use doubles use... (by hamsterman)
|
by slg5094
Generating random numbers between two numbers
|
|
[4 replies] Last: while (rand() % 100 +1); This line checks the condition for true ... (by AngelHoof)
|
by suffusion
Function in a Class Declaring Another?
|
|
[6 replies] Last: Ah. Excellent, thank you =) (by suffusion)
|
by ehsangha
Arrays of Pointers
|
|
[3 replies] Last: Although this is irrelevant to what the OP asked, I'll play along. ... (by m4ster r0shi)
|
by rdangelo
pointers and dynamic memory allocation
|
|
[7 replies] Last: I gather that you didn't read the whole topic. Because if you did, you... (by m4ster r0shi)
|
by jland68
question loops
|
|
[3 replies] Last: First make an 2 dimensional array of chars and write in your hints. ... (by jackabascal)
|
by award982
Rotating a lineshape in visual c++ (1,2)
|
|
[24 replies] Last: If the shape occupies that region, it's center should be at (310,310) ... (by Bazzy)
|
by aladar04
Not allow user to input string
|
|
[3 replies] Last: thanks a lot Bazzy. I didn't notice your reply. Thanks a lot anyway. (by aladar04)
|
by brazyuri86
Insertion-Sort Progress Bar
|
|
[4 replies] Last: Exactly what I was looking for! Thank you! (by brazyuri86)
|
by jankidudel
vector words compare
|
|
[4 replies] Last: If the vector is sorted then identical words will be adjacent. (by Galik)
|
by xyzt
is std::cout thread safe?
|
|
[1 reply] : Yes, however if you run this in two different threads: cout << "He... (by Athar)
|
by DamienCurr
Array of strings to store data...
|
|
[7 replies] Last: I really think you should avoid using recursion like that (calling pro... (by Galik)
|
newbie |
|
[3 replies] Last: Say you have an object foo, and its type has a member named bar. You w... (by filipe)
|