by afleury1
stuck on arrays...
|
|
[10 replies] Last: I need to change the do while loops to if/ else statements , because i... (by afleury1)
|
by afleury1
pointers and addresses??
|
|
[12 replies] Last: @Grey Wolf.. yeah. sorry that was a misconception i had. Thanks!! :D... (by Andy Richard)
|
by willynilly
MayDay-Man Overboard
|
|
[3 replies] Last: const int total_cost = 450; std::cout << "Enter money: "; int amoun... (by vlad from moscow)
|
by riechan
alloc.h
|
|
[4 replies] Last: That looks like C, in which case it's ok. You just need to use a C co... (by kbw)
|
by willynilly
SOS-Arrays and Input
|
|
[11 replies] Last: THANK YOU SO MUCH MAY YOU LIFE BE BLESSED ABUNDANTLY.......Modu Out..... (by willynilly)
|
by cookie 86
C++ BEGINNER EXERCISE HELP (pancakes)
|
|
[2 replies] Last: thanks fella, (by cookie 86)
|
by mekkatorqu
save file from resource to disk
|
|
[3 replies] Last: The first 14 bytes? If so, you were adding back the BITMAPFILEHEADER (... (by andywestken)
|
STL iterators |
|
[4 replies] Last: @IrarI Thanks, but it doesn't work this way: if(!iter) //..... (by vlad from moscow)
|
by jeffreyz
Palindrome's Number
|
|
[15 replies] Last: Your function will always return false if a number does not end with 0... (by vlad from moscow)
|
by Rakanoth
what calling this function
|
|
[3 replies] Last: Expression a + b; is substituted by the compiler for a.operator +( ... (by vlad from moscow)
|
by Nitrosolid
How do i put programming partheses?
|
|
[5 replies] Last: Thanks Daleth that summary really helped.Also the link that JLBorges g... (by Nitrosolid)
|
by Woodchopper
Completely new to C++...
|
|
[3 replies] Last: Alright, thank you both, I'll take a look. (by Woodchopper)
|
by rwswfan
help with computing average with arrays and functions
|
|
[3 replies] Last: please any help would be appreciated..... (by rwswfan)
|
by eizan1892
Looping help
|
|
[3 replies] Last: i already figured it out. i didnt need the second loop :) thanks for ... (by eizan1892)
|
by JustSumMe
How would I read a file into an multidimensional array or three seperate arrays based on a sequence of delimiters?
|
|
[1 reply] : Without redefining delimiters, you would have to use getline() to read... (by Cubbi)
|
by Jarbear
Need Help with Text Based Game
|
|
[2 replies] Last: So what else you expected it to do , if you fight you either win or lo... (by a k n)
|
by Codeez
Can't inline a 1 line void function!
|
|
[2 replies] Last: Ok, thanks for clearing that up, that worked. Cheers! (by Codeez)
|
Variable initialization |
|
[2 replies] Last: Computerquip: Thanks for responding. The book is C++ Primer Plus 6th... (by Truebluefliplover)
|
bool goOn=true ? |
|
[1 reply] : #include <iostream> #include <string> using namespace std; int mai... (by MarketAnarchist)
|
by cedwards
Hi could someone go through my code, its not working
|
|
[no replies]
|