by abol810
error:expression must have integral or enum type
|
|
[2 replies] Last: Operator ^ is Bitwise Exclusive OR (XOR). It works only with integers... (by Chervil)
|
by subhransu
Friend Function is not printing anything !!
|
|
[2 replies] Last: This void sum(); is not a function call. It is a function declaratio... (by vlad from moscow)
|
by colognem
picture
|
|
[3 replies] Last: thanks guys ! (by colognem)
|
by jackbruns28
My Advanced c++ instructor is really confusing me.
|
|
[4 replies] Last: The spec doesn't seem esp. picky to me. Specs. need to be exact, so yo... (by andywestken)
|
by Nerodic
whats wrong?
|
|
[3 replies] Last: More using tips: #include <iostream> // Do not expose more from a na... (by keskiverto)
|
why does my code work? |
|
[7 replies] Last: > My question is, why doesnt the cout statement display the memory add... (by JLBorges)
|
by recalibrate
String assignment statement fails
|
|
[3 replies] Last: vlad, thank you for the explanation. I didn't know at first what yo... (by recalibrate)
|
by BRod423
Vector push_back resulting in doubled int
|
|
[3 replies] Last: Thank you cire, I just removed the clearing of the cin and clearing of... (by BRod423)
|
Getting started in C++ |
|
[3 replies] Last: Hullo, tainted silver! Nice to have you at cplusplus.com! You can star... (by Superdude)
|
by fine858
Function not working?
|
|
[2 replies] Last: Using classes is probably something you will have to consider. But cl... (by mariostg)
|
How do you read from file to a 3D array? |
|
[5 replies] Last: PS Then what are x,y,z? Rows? Columns? For char myArray ; it... (by andywestken)
|
by zeppelyyn
Needing some advice with my Bubble Sort.
|
|
[4 replies] Last: You could decrease the number of operations if the upper limit of the ... (by vlad from moscow)
|
by drPek
Pass array of pointers to a function (1,2)
|
|
[22 replies] Last: No, the spacing of the pointer makes no difference! You can even have ... (by LB)
|
by seppi562
Program Crashing
|
|
[3 replies] Last: For example if the user entered 10 names then the word "done" or "Done... (by vlad from moscow)
|
by layzer
need help with project
|
|
[16 replies] Last: also check out this site which has some great tutorials. learncpp.com ... (by giblit)
|
by remusac
C++ Class
|
|
[1 reply] : To get the required order split this statement cout<<"Queue a: "<<a.q... (by vlad from moscow)
|
by otisphat80
Adding the value a pointer points to to an object array
|
|
[2 replies] Last: Thanks for the reply I thought of that but how do I do that for an abs... (by otisphat80)
|
Using rand() and srand() |
|
[1 reply] : Your coding is fine. I believe he same seed can generate different set... (by firedraco)
|
by SoftMOUNT
Comparing two strings program?
|
|
[8 replies] Last: Thanks guys! You really helped me out, I understand it now. Just wan... (by SoftMOUNT)
|
by hellcoder
assigning multidimensional array
|
|
[13 replies] Last: This array is designed to store two character strings. Thing is, go... (by andywestken)
|