by pabloist
pointers to modify objects in array?
|
|
[1 reply] : When you pass the array in, it is actually modifying the array outside... (by Zhuge)
|
by panky245
Pointers to Pointers (XCode 3.0)
|
|
[5 replies] Last: Oh fine !!! Just modified my code: c=&b; //Eventually now c... (by panky245)
|
by Ditab1
Averaging Based on Internal Calculation
|
|
[2 replies] Last: I figured it out. Added: float findaverage(float netpay , int ... (by Ditab1)
|
by peripheral
how to convert html file to txt file?
|
|
[3 replies] Last: I will create a new html file. Do you mean recreate the original mark... (by helios)
|
by EEmsu
Counting Characters?
|
|
[12 replies] Last: And look at your loop condition. (by Athar)
|
by VanDyansty
Finding the mode in an array
|
|
[no replies]
|
by sw0o0sh
Finding, and editing memory values
|
|
[no replies]
|
Getting Started in Game Design |
|
[6 replies] Last: I'm sorry I should have been clearer. I have been programming for a fe... (by strychnine213)
|
by empror9
question in functions
|
|
[4 replies] Last: OK i see thanks :) (by empror9)
|
by kalp1200
Displaying patters using nested loop
|
|
[2 replies] Last: This looks kind of fun and I have a minute to kill. Note that this is... (by moorecm)
|
by c0y454
Copy/delete a file with API
|
|
[2 replies] Last: Thanks anyway :) (by c0y454)
|
Search for string in file and get following string |
|
[14 replies] Last: I think I got it! The error I was getting was from another file tha... (by SacredFootballLB)
|
by b52
Problem with for() loops.
|
|
[4 replies] Last: I was in the process of eliminating using namespace std; but missed ... (by b52)
|
by Mreza
At the first step
|
|
[6 replies] Last: One more thing: DON'T use system("PAUSE"); http://cplusplus.co... (by cnoeval)
|
by neex1233
Audio
|
|
[5 replies] Last: Is it me, or you're mixing calls of two different libraries? That will... (by helios)
|
by Frostwyrm
Trubble with VCpp express 2010
|
|
[3 replies] Last: ah i just wrote wrong here on using namespace.. im gona look upp t... (by Frostwyrm)
|
by Jackywong
How to do repetiton by using while loops
|
|
[15 replies] Last: It sounds like you're just very confused about the most basic concepts... (by cnoeval)
|
by usafsatwide
Day of Year Program
|
|
[8 replies] Last: You must reserve space for all static class variables outside of the c... (by binarybob350)
|
by slg5094
Do...While Loops
|
|
[9 replies] Last: the quotes around '0' is making 0 ASCII character 0 which equals 0x30 ... (by binarybob350)
|
by drdeo
Converting a string to a binary byte
|
|
[6 replies] Last: The following for loop will start at the end of the string (notice i... (by binarybob350)
|