by willyrop18
questions
|
|
[3 replies] Last: Thanks for assistance i will write the code the paste then see if you ... (by willyrop18)
|
by B031110034
what is meant by return and void??
|
|
[3 replies] Last: I believe he means, what's the different between int main() and voi... (by Kyon)
|
by MICK
H. file
|
|
[2 replies] Last: I found the site but don't know how to get it from there..Many URLs..M... (by MICK)
|
by Jessica
Computing whether is a perfect number
|
|
[2 replies] Last: Use [co de] tags!!! if (result = true) should be if (result == t... (by Nisheeth)
|
by kalimm
Replacing characters in an existing file.
|
|
[1 reply] : The problem is the processing of the end of line character. It's sort... (by kbw)
|
by hydroJ
Loops and conditions, need some direction please
|
|
[no replies]
|
what is #ifndef? |
|
[4 replies] Last: #pragma once is compiler specific (by Nisheeth)
|
by Garfield85
Comparison of two waveforms of audio files
|
|
[no replies]
|
by darksoul274
counting unique elements of a sentence
|
|
[2 replies] Last: 1) make a copy of the array 2)compare each element of the original arr... (by buffbill)
|
by bob991
program for unit conversion! need help immediately
|
|
[1 reply] : We're not going to do the assignment for you. If a part is giving you... (by Disch)
|
by disneydork11
Equation...
|
|
[1 reply] : For example: (n={user input} ; r={what you need to calculate}) n=1 ; ... (by helios)
|
can you guys walk me through what this code is doing |
|
[1 reply] : The class overloads operator=. See operator overloading. and also th... (by Athar)
|
by mcstephens
Pointer question...
|
|
[3 replies] Last: Initializing it has no affect on the outcome. Just doing int *larg... (by shacktar)
|
by patricio2626
Can't delete nodes from a BST?
|
|
[no replies]
|
by tmdm7
Simple while loop problem
|
|
[2 replies] Last: I figured it out. I had to change || to &&. Stupid mistake. Thanks ... (by tmdm7)
|
by mrprodigy
Access Violation
|
|
[10 replies] Last: That sounds like compiling, not debugging, to me. (by helios)
|
by megha s
accessing folders and copying files .
|
|
[3 replies] Last: well , i went the boost way , It still has a lot of errors #includ... (by megha s)
|
by tea addict
Int to binary conversion
|
|
[3 replies] Last: It seems the problem was indeed with my code between 13 and 19. Thanks... (by tea addict)
|
Poll DB from script |
|
[1 reply] : would sleep(300) do it? (by mik2718)
|
by davidrgarber
Need help ASAP on outputting a string from a function and accessing it in main!
|
|
[3 replies] Last: Basically, I am trying to create a function that takes in a const char... (by davidrgarber)
|