by nafiz12345
Strange errors
|
|
[5 replies] Last: Oh thanks. (by nafiz12345)
|
by anshe
food ordering system
|
|
[18 replies] Last: Not many people are going to go through all that, but: In your functi... (by Ganado)
|
by zakelong81
Replace a word in string
|
|
[3 replies] Last: This is the line I was referring to: s = string(s.begin(), s.end());... (by jlb)
|
Custom vector class |
|
[9 replies] Last: No, I think they want him to throw an exception, since there's a try/c... (by S G H)
|
by ltorres
Overloading operators to add a class and an integer
|
|
[1 reply] : All you say is possible but the way you do it isn't right Here ↓ {r... (by closed account SECMoG1T)
|
by HiCalSoft
Make a decision based on a 2d matrix
|
|
[no replies]
|
by Abenoja
A Program that Read and Store Student file records (Grading System)
|
|
[no replies]
|
Problem with reading into a double |
|
[2 replies] Last: If I understand what you're trying to do, use a . as the decimal point... (by wildblue)
|
by JoshiMoshi
Program stuck in a while loop given the input XXn
|
|
[3 replies] Last: #include <iostream> #include<cctype> #include <ctype.h> #include <ioma... (by JoshiMoshi)
|
by powell80
Arrays
|
|
[1 reply] : In your calcMedian function, the if-statement for an odd-sized array n... (by sherre02)
|
by buddha87
Where the array is stored when I use new
|
|
[3 replies] Last: Thanks. (by buddha87)
|
adding two dice - functions |
|
[2 replies] Last: Like Ispil said... Throw in some return statements in your "if"-statem... (by sherre02)
|
by newstudy
array
|
|
[1 reply] : There are 3 things you need to be able to do: 1. simulate the roll of... (by sherre02)
|
by cory244
Create Sdisk, files, and put things in them
|
|
[2 replies] Last: Ah! thank you I was soo close I could taste it lol. I also put an x i... (by cory244)
|
by hhhr
function with dynamic array
|
|
[10 replies] Last: okay ill try that, thank you (by hhhr)
|
by Vandalism
Write a program that ccontinues t
|
|
[17 replies] Last: i just tried the previous and it's fail so we need the if sign :P (by Vandalism)
|
What are the different ways to access/initialize a private member of a class? |
|
[6 replies] Last: Hi, Also I have a vague idea that the order the variables are stored ... (by TheIdeasMan)
|
by Binary91
Question about constructor declaration with different arguments
|
|
[4 replies] Last: ah so it works! Thank's, I did not know that I have to explicitly defi... (by Binary91)
|
by HiCalSoft
Passing and returning a vector
|
|
[5 replies] Last: cool :) (by mutexe)
|
by bixtuelista
-Wall option less picky in c++ than in c?
|
|
[4 replies] Last: Yes. C89 did not have this provision. In any case, unless both -std=... (by JLBorges)
|