by enemy
How to DECLARE cout???
|
|
[4 replies] Last: It happended also that codepad left one program, devcpp wrote "cout no... (by enemy)
|
by sof0707
Help to take away global varaibles and to make use of return value
|
|
[5 replies] Last: It could be considered a matter of style or preference. I've program... (by Chervil)
|
by ldelsignore
Thread Breakpoint Error
|
|
[2 replies] Last: I have edited the code to include call by reference parameters, but I ... (by ldelsignore)
|
by tim039
c++ programming
|
|
[3 replies] Last: On the contrary, I suggested so many so that you pick any one and foll... (by The illusionist mirage)
|
by MFcoding
learning C++ without an IDE
|
|
[4 replies] Last: What bad habits are you referring to OP? (by ranfan)
|
enabling EHsc |
|
[no replies]
|
by er0007
creating a calculator
|
|
[2 replies] Last: first of all i would like to thank you for the reply. secondly,can yo... (by er0007)
|
by qwerty321
Problem passing a vector through a function
|
|
[7 replies] Last: There may be an integer divide problem. Try changing the definition to... (by Chervil)
|
by dominover
Code not appearing in IDE console?
|
|
[2 replies] Last: NT3, you're a legend. That is exactly what is wrong with it. You're... (by dominover)
|
by adeeb1395
facing run time error
|
|
[3 replies] Last: Perhaps like this: do { if (c != '\n') pr... (by Chervil)
|
by enemy
k not declared in this scope???
|
|
[9 replies] Last: [quote=enemy]So, when b=0, Prime() is not called, when b=1 we call Pri... (by Chervil)
|
by Blank
i need help please
|
|
[1 reply] : try this instead : cin >> TitcketA >> TicketB >> TicketC; ... (by nvrmnd)
|
by zach1740
need help with fraction operations assignment
|
|
[1 reply] : Were you given a prompt to follow? I would suspect that you're expect... (by Albatross)
|
by Brianna
I need help
|
|
[3 replies] Last: display full program :/ (by white beauty)
|
by ransack
Learning a New language
|
|
[1 reply] : [quote=ransack]my question is: why is it so easy for me to look at HTM... (by The illusionist mirage)
|
by Guzfraba
Read from console
|
|
[3 replies] Last: Thanks JockX,I ment the second task.I will take a look at those links ... (by Guzfraba)
|
by enemy
Declaration of function
|
|
[2 replies] Last: First of all please use indentation... http://indentcode.net/ Secon... (by giblit)
|
by weezy135
how to see if all elements of two arrays are equal
|
|
[2 replies] Last: Lets see how we would do this on paper first. Check each letter and s... (by giblit)
|
by enemy
print 20 prime numbers bigger than 6
|
|
[4 replies] Last: Hello! Printing numbers is not enough. The problem is,I have to save ... (by enemy)
|
by enemy
array filling in function Prime-please, they are requiring this!!!
|
|
[3 replies] Last: int Average(int array_f , int st){ int m=0; int k=0; int e=1; for (in... (by enemy)
|