by SP1D3R
about Namespace and global variables
|
|
[10 replies] Last: Try the code cc.cpp #include <iostream> namespace hello { extern... (by vlad from moscow)
|
by Dineo
Please help with do..while Urgently
|
|
[5 replies] Last: Oooh Thank you its works :D. Jidder is right. And the the upper case l... (by Dineo)
|
by Shefali
help in visual c++ 6.0
|
|
[4 replies] Last: These messages 2.'|' : illegal, left operand has type 'unsigned int (... (by vlad from moscow)
|
by iAli98
Expected primary expression before '}' error
|
|
[4 replies] Last: Don't worry I just fixed the problem, thank you for your replies. :) (by iAli98)
|
by Chris Meyer
Return by reference behave as rvalue or lvalue
|
|
[7 replies] Last: Thanks for that link, very helpful. Sounds like I'm going to need wor... (by Chris Meyer)
|
recursion question |
|
[6 replies] Last: For any given number, you can find the first prime number by which it ... (by cire)
|
by Daniel326
int variable modified by output of another int variable?
|
|
[2 replies] Last: Thanks for the response MiiNiPaa, As per your suggestion I created a ... (by Daniel326)
|
Please help with classes |
|
[3 replies] Last: Post exact error here. Also you didn't set pg anywhere. (by MiiNiPaa)
|
by miamidawgs
Program won't compile (1,2)
|
|
[21 replies] Last: @saifismail03: Would you kindly explain what are "char array" and "std... (by keskiverto)
|
by gmby99
Creating a class
|
|
[1 reply] : When they refer to attributes, would this go in the .H file along wi... (by gmby99)
|
by BrianDehn
Retaining struct data from a function
|
|
[1 reply] : Arrays are passed as pointers, so you will be modifying original array... (by MiiNiPaa)
|
by keyko18
class code is not running
|
|
[7 replies] Last: Ive made the changes but still it works but then skips the rest of the... (by keyko18)
|
by Compchefchad
Strange crash, good ol scanf
|
|
[2 replies] Last: Thank you very much it works very well, now to expand! (by Compchefchad)
|
by BrianDehn
error: missing ';' before 'using'
|
|
[2 replies] Last: Here is my bookType.h file. #ifndef bookType_H #define bookType_H ... (by BrianDehn)
|
by IdivideBy0
Problem with object going out of scope.
|
|
[2 replies] Last: Thanks so much Yanson!! This did it! ptrCD = new certificateOfDeposit... (by IdivideBy0)
|
by sitiposit
pointer vs value, malloc vs new
|
|
[3 replies] Last: Why is invoking a copy assignment operator disastrous? Because there... (by Cubbi)
|
by EGoodman
control variables not being checked
|
|
[no replies]
|
by luckyelee
Errors in code I don't understand
|
|
[2 replies] Last: Corrected as follows: #include<iostream> using namespace std; // fun... (by luckyelee)
|
by RadCod3Win
Stuffing info into a 2D array
|
|
[6 replies] Last: Thanks I will try to work on it. I will comment again if needed. (by RadCod3Win)
|
by supersteez
Help with Friends and Overloading operators
|
|
[18 replies] Last: lol I was thinking the same. The assignment says at the beginning to m... (by supersteez)
|