Help with bubble sort |
|
[1 reply] : You get a bunch of zeroes because you are using N instead of a as inde... (by Peter87)
|
by ek192010
Arrays
|
|
[3 replies] Last: I had this same assignment for a class, but I also have this added to ... (by i4m5up3rm4n)
|
by KoronaKyle
helppppp
|
|
[1 reply] : aubg ? (by beginner1432)
|
by JohnSmith
How to parse text file into 3dimensional dynamical array
|
|
[no replies]
|
by dutchman
reverse digits
|
|
[2 replies] Last: I don't know how to use the above programming style of c++. But I can'... (by dutchman)
|
by se123
Table of numbers
|
|
[1 reply] : For starters I would lose the semi-colon after the for() that shouldn'... (by cire)
|
by yaraa
nesting loops
|
|
[4 replies] Last: [quote=yaraa]when I click run I get a black screen and then disappear ... (by Chervil)
|
help plz! |
|
[2 replies] Last: sorry for my bad English. :( actually i am not that poor in English! l... (by abeginner23235616)
|
by koga
Uni problem (string.replace)
|
|
[1 reply] : string base_sen = "bill and ben the flower pot men"; string source = ... (by vlad from moscow)
|
by munjo5746
Does anyone know how to use this code??
|
|
[6 replies] Last: Thanks a lot!! (by munjo5746)
|
by Hewlett
PAC Man
|
|
[3 replies] Last: Google it. Just keep in mind that if you plan to release anything par... (by Duthomhas)
|
by dataoku
Help with my small project
|
|
[2 replies] Last: Thank you for your solution it is greatly appreciated :). (by dataoku)
|
by Salwi
help with a program
|
|
[3 replies] Last: #include <iostream> #include <stdio.h> using namespace std; int mai... (by SamuelAdams)
|
by brandonator
monster1 & monster2 undeclared in battlephase function
|
|
[19 replies] Last: ill try, ill get back to you after my attempt, btw thanks for helping ... (by brandonator)
|
by Maissa
I dont understand
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { int a; cout <<... (by Joseph544310)
|
by nix1992
2d matrix allocation
|
|
[5 replies] Last: When an array is being allocated then the left side of a new expressio... (by vlad from moscow)
|
by BandK
Please help :(
|
|
[no replies]
|
by geekocoder
nested structures
|
|
[8 replies] Last: Ah see there's the issue. I thought you were saying you must explicitl... (by ResidentBiscuit)
|
by Growl
Primes
|
|
[3 replies] Last: Firstly, instead of this for(int i=3; i <= num; i++) you need some w... (by Chervil)
|
by jacqmizz
vector<vector<XXXX>> values
|
|
[3 replies] Last: Hello thanks for the answers. cire .... I got your reasoning. The vvc... (by jacqmizz)
|