by pejahmein
Computing Radius, Area and Diameter program
|
|
[2 replies] Last: There are two obvious errors, and a few other issues too. One, a varia... (by Chervil)
|
by lovelyv
Programming issue
|
|
[1 reply] : Hi there, You will have to declare a function as follows: int calcu... (by closed account o3hC5Di1)
|
by Aibsr
pure abstract classes
|
|
[9 replies] Last: Thank you all. I got it:) (by Aibsr)
|
by leo255
Don't understand why this BarChart works
|
|
[4 replies] Last: @Disch explained very well. I hope this helps //BarChart.cpp //How t... (by eyenrique)
|
by wenqiwei
Local class and static variables within a function
|
|
[9 replies] Last: If you don't use something the compiler won't try to find it, which is... (by LB)
|
by RLC
placement new memory
|
|
[7 replies] Last: This program works for me #include <iostream> #include <string> #inclu... (by LB)
|
by donvigor
mastering the standard template library
|
|
[4 replies] Last: did you learn it on your own, were you having better teachers? online... (by Cubbi)
|
by dontlookback
Beginner needs help!!
|
|
[3 replies] Last: Hi, welcome to C++ and to this forum. First of all i suggest you to s... (by nvrmnd)
|
by Deedeej
C++ program that will convert any given string input into its Hieroglyphic Translation... How?
|
|
[1 reply] : Two comments. First, it looks like the "Hieroglyphic Translation" Th ... (by Chervil)
|
by netcode2020
Clarification needed on Copy constructors topic
|
|
[5 replies] Last: Semantics is fun. For the first, consider: MyClass *foo = 0; MyClass... (by keskiverto)
|
by jpcode
Tokenization of strings
|
|
[3 replies] Last: #include <iostream> #include <vector> #include <string> void anywher... (by cire)
|
by cshu
evaluating postfix expression
|
|
[7 replies] Last: [quote=cshu]so I don't need line 15 or 16? That would be the wrong co... (by Chervil)
|
by Deedeej
C++ program that will ask for a person’s name and out its magic number. How?
|
|
[1 reply] : 1. Upgrade to a more recent compiler. For instance http://sourceforge.... (by JLBorges)
|
by DonGuapo
Rot13 and Rotation Encryption
|
|
[2 replies] Last: I think the specific issue with this line of code: if (c > 'z') /... (by Chervil)
|
by Lim Boon Jye
Pass few arguments
|
|
[3 replies] Last: sorry. post wrong topic .. (by Lim Boon Jye)
|
by wolfv
compile error - please help
|
|
[2 replies] Last: Thanks for identifying the problem Zhuge. Fixed by moving the interfac... (by wolfv)
|
Permutation Problem |
|
[2 replies] Last: I was unable to reproduce you crashing but I believe your issue is lin... (by histrungalot)
|
how to return multiple values |
|
[2 replies] Last: As lb mentioned instead of passing by copies pass by reference you wou... (by giblit)
|
by Joshcannon
omit even numbers. please help!
|
|
[3 replies] Last: That's the whole point it looks when it is even. Because you wanted od... (by giblit)
|
by Khillz3000
can't make function work
|
|
[4 replies] Last: Thank you! That did the trick! (by Khillz3000)
|