by uzferry
confused with classes
|
|
[6 replies] Last: area() is a constructor, so you're creating a new instance of your are... (by GRex2595)
|
by ccwtree11
Help with looping
|
|
[5 replies] Last: Sometimes the program just does what it wants. (by GRex2595)
|
by kudokupo
Able to add to array beyond size?
|
|
[3 replies] Last: This is allowed. However, by writing into memory that the OS hasn't al... (by Josue Molina)
|
by ccwtree11
Error: expression must have integral or unscoped enum type
|
|
[2 replies] Last: thank you (by ccwtree11)
|
by davisjohn
Need help!!
|
|
[4 replies] Last: I wrote this program for a girl yesterday! have some extra functions ... (by eyenrique)
|
by CFalkirk
Experiencing Function Call problems for output
|
|
[1 reply] : In your vowelFunct(), you are not moving over each character. You wil... (by kooth)
|
by CFalkirk
Counting Uppercase in a string giving wrong output
|
|
[2 replies] Last: Oh my gosh...it was that easy... *sigh* Thanks L B. Sometimes it tak... (by CFalkirk)
|
by codder101
Help On Graphics
|
|
[8 replies] Last: Thanks! (by codder101)
|
by Omega11
Witting Hex to a Text File
|
|
[4 replies] Last: @Chervil Thank you very much! Appreciate you a lot! I learnt something... (by Omega11)
|
by dkarayof
is not recognized as an internal or external command, operable program or batch file
|
|
[2 replies] Last: ok, i looked online for what do but it was very confusing. does anyone... (by dkarayof)
|
by fmedina151
Need Help
|
|
[3 replies] Last: The loop is infinite because when the sum is greater than 35, you outp... (by jaded7)
|
by Muiredhach
C++ Questions
|
|
[11 replies] Last: Have you tried Google yet? I find that if I don't know the answer to ... (by GRex2595)
|
by pupu
how the user enter a value ? (1,2)
|
|
[20 replies] Last: > forgive the attempt to store a string as an int? There is no attemp... (by JLBorges)
|
by Joshcannon
Alphabet from the middle, out.
|
|
[5 replies] Last: Try using this for(int k = amount_letters / 2 - 1; k >= 0; --k) ... (by GRex2595)
|
by Alove9423
How to cin??
|
|
[2 replies] Last: In the future, if you have a thread posted to ask for help on a progra... (by GRex2595)
|
by noisycoder
Vector of vectors
|
|
[4 replies] Last: ¿string? data ["answer"] = 42; http://www.boost.org/doc/libs/1_52_... (by ne555)
|
by Alove9423
if else with a switch
|
|
[5 replies] Last: You have some issues with what your code does. // This Program is f... (by GRex2595)
|
by reinydayz
need help for this 3 problems.
|
|
[1 reply] : Can you please show us where exactly you're facing difficulty in solvi... (by The illusionist mirage)
|
by segurivirix
Calculator Program with Classes, Switch or If's ?
|
|
[2 replies] Last: Thank you so much :) ill try it! have a nice day (by segurivirix)
|
by iliya24
using STL
|
|
[3 replies] Last: Thanks cire your articles did helped me! (by iliya24)
|