by drhingle
file fails on second loop.
|
|
[1 reply] : It is running as it should for a loop and is terminated at line 59 on ... (by drhingle)
|
by PregoPuncher
Help with external files.
|
|
[2 replies] Last: Thanks a lot! That did help quite a bit! I was able to calculate the s... (by PregoPuncher)
|
by georgep
Program running slowly - please help find any inefficiencies
|
|
[4 replies] Last: Initially, all the Snappers are in the OFF state, so only the first o... (by cire)
|
by jamie7823
Looking for Reading material on op overloading
|
|
[2 replies] Last: Number Number::operator+(Number num) { Number temp; ... (by jamie7823)
|
by jbaruch76
error LNK2019; linking issues
|
|
[3 replies] Last: You never call any of your get methods, so it's not surprising that th... (by Moschops)
|
by Krent
Segmentation error help
|
|
[2 replies] Last: Thank you so much! I finished it thanks to your help. It turns out i d... (by Krent)
|
by xerinex
Sum of Numbers
|
|
[2 replies] Last: Worked like a charm; thank you for your help, vlad. (by xerinex)
|
by y4n
Arranging letters of a word, without upper/lowercase concern
|
|
[7 replies] Last: Thanks Moschops your code runs well. I forgot if struct should be lo... (by y4n)
|
by Teerlinc
Sorting an array
|
|
[3 replies] Last: Wow! I considered that maybe it was just sorting really slowly, but I... (by Teerlinc)
|
by drhingle
resetting a string and an array for a loop
|
|
[7 replies] Last: So from what you mentioned, my char should be reset each time it is us... (by drhingle)
|
by HPexpress
What is wrong with my selection sort?
|
|
[1 reply] : void selectionSort(creative_type creativeArray , int length) { in... (by guestgulkan)
|
by gongzhen
Replace character in txt file Problem.
|
|
[5 replies] Last: What ui uiho posted will get the string and replace all instances of "... (by NerdTastic)
|
by ibramus
how to leran c++ and were to read the book
|
|
[5 replies] Last: www.thenewboston.org (by Need4Sleep)
|
by drhingle
opening ifstream with char
|
|
[1 reply] : Any suggestion? Debug your code to find the problem. For example, ... (by Moschops)
|
by rya729
Basic encryption and strings
|
|
[no replies]
|
by adijo
Code not working
|
|
[12 replies] Last: I have one more doubt. In this program why is everything passed by ref... (by adijo)
|
by FuzzyNavel
Object based program
|
|
[1 reply] : I don't know what C++ you're learned already, or the aim of your cours... (by andywestken)
|
by doomxgir
y/n code
|
|
[1 reply] : while (cont ||'y'); Let's make this code a little easier to underst... (by Moschops)
|
by Lebron
c++ where is the problem please help :((
|
|
[no replies]
|
by commodorejim
SDL Sprite positioning
|
|
[10 replies] Last: Thanks BlackSheep. i finally sorted it out. What was happening was I w... (by commodorejim)
|