by hvigil
How to copy a created sound into an array?
|
|
[1 reply] : Have you plugged your speakers in? (by jim80y)
|
by Kiwihead
getline function
|
|
[7 replies] Last: Thanks a lot <3 (by Kiwihead)
|
by bruntmjust
Program with command lines(Really close, please help)
|
|
[7 replies] Last: and sorry, my int main looks like this: int main(int argc, char *arg... (by bruntmjust)
|
by spencerxzx
Help with adding a list of variables, maybe a loop?
|
|
[1 reply] : Generally, when you have variables like x1, x2, x3,... you should turn... (by firedraco)
|
by be231
Input data file location for Microsoft Vis C++ 2010
|
|
[4 replies] Last: Thank you Lynx876 for your help. I went there and became even more con... (by be231)
|
by oobilator
Comparing an Answer Key with Test
|
|
[3 replies] Last: Read this: http://www.cplusplus.com/doc/ Also be aware of the refe... (by TheIdeasMan)
|
by Amaiha
Class Average Calculator(Help!)
|
|
[14 replies] Last: i += 2; must be inside the while loop. (by AbstractionAnon)
|
Stopping the program if the user inputs "end"? |
|
[6 replies] Last: Its not just addition, its calculating area of shapes, subtraction, m... (by TheIdeasMan)
|
by ADTR2012
Structures Help
|
|
[3 replies] Last: Line 1. ship is a type. You need an argument name also. void i... (by AbstractionAnon)
|
by lmsmi1
DLL Not Found
|
|
[2 replies] Last: Visual Studio? Place the .dll file in the same folder as all your code... (by Lynx876)
|
by Amaiha
Arrays and Line Command Help!
|
|
[3 replies] Last: Thanks! I got it to work. :) (by Amaiha)
|
by Xilonian
A little help with file I/O
|
|
[2 replies] Last: got it working! thanks. Turns out i already had that but forgot the fu... (by Xilonian)
|
program help, please? |
|
[2 replies] Last: Here is a tip on spacing to make it very easy to read: Notice the spac... (by Xilonian)
|
by Hashimatsu
Where to look?
|
|
[3 replies] Last: Dont know what the windows pdcurses is but a quick example would be gr... (by Hashimatsu)
|
by geharbison
global variables
|
|
[1 reply] : switch (count){ case 1: test=score1; break; ... (by K0T4K0t4)
|
by Andy B
Comparing Input Question
|
|
[4 replies] Last: Thanks! (by Andy B)
|
check if text box is integer |
|
[2 replies] Last: im using VS 2010's windows forms application. I couldnt find a propert... (by nathansmith72)
|
If-not statement? |
|
[3 replies] Last: Thanks guys :) I went with CodingKid's method, worked like a charm. (by ostrichparty101)
|
by Gavinadams
Need answers for review tests
|
|
[1 reply] : We don't outright give answers to questions, especially ones that appe... (by CodingKid)
|
by gelatine
get the amount of decimals of a number.
|
|
[3 replies] Last: double x = 23.1111; x -= (int)x; int y = 0; for(;x-(int)x > 0 + 1e-... (by IndieExe)
|