by Fantasy
Winsock code working on one PC but not the other !!
|
|
[4 replies] Last: Uninstalled? Wouldn't have adding an exception been enough? (by hanst99)
|
by squal90
C++ as a hobby. simple questions :D
|
|
[10 replies] Last: thanks guys for you opinions. so any recommendations or tips for a be... (by cnoeval)
|
by Goraan2012
Better RNG
|
|
[6 replies] Last: Assuming you have a compiler that supports C++0x/TR1, #include <iost... (by closed account DSLq5Di1)
|
by Dumb
the 2 backslashes
|
|
[6 replies] Last: What it does, I think, it annotates your source code. Kind of like an ... (by mbentley1989)
|
by ochensati
fstream problems. cannot seek
|
|
[2 replies] Last: You're just doing it wrong. //this is how it's supposed to look like... (by hanst99)
|
Tuition Program-NEED HELP! |
|
[7 replies] Last: Notice that if you read the error, it says that in file "college3.cpp"... (by JMJAtlanta)
|
[HELP] Program to compute an Emplyee's daily wage |
|
[1 reply] : What do you have so far? What are you specific questions? (by coder777)
|
by fiveoneooo
Help with getting positive values
|
|
[1 reply] : Solved, have the doubleTime variable declared too early, thanks everyo... (by fiveoneooo)
|
by basel
space problems in histogramming
|
|
[no replies]
|
by Johndoggy
help with code
|
|
[2 replies] Last: I can't believe that was the only problem. Thanks so much ! (by Johndoggy)
|
by fiveoneooo
if else problem
|
|
[9 replies] Last: I don't believe you need the >= in line 40. A > should suffice. (by RollingStoned)
|
by coolbran
declaring 2-D array of Char
|
|
[2 replies] Last: great help, thank you (by coolbran)
|
by MigMigg
Take only first character-ignore all others.
|
|
[6 replies] Last: I mean if m is not '|' then the code in answer would go past the... (by shacktar)
|
by coolbran
while (!cin.eof) help
|
|
[9 replies] Last: you can use the global getline version in the <string> header if you d... (by xkcd83)
|
by toblakai
Segmentation fault
|
|
[4 replies] Last: Here, i reaches 30 (should only go up to 29): j 0songs30 =======... (by shacktar)
|
by alanthreonus
Ignoring lines in an input file
|
|
[2 replies] Last: Thanks. That was simple enough. I don't know why I didn't think of tha... (by alanthreonus)
|
by Ragine
Greatest/Smallest Question
|
|
[2 replies] Last: Yes, that's works too thanks.. but im still looking for something diff... (by Ragine)
|
by fuzzy
test problem
|
|
[6 replies] Last: I'd take a look at what char** argv is actually pointing to. Rememb... (by ascii)
|
by pbdemon101
Having Trouble with sin and cos
|
|
[6 replies] Last: Thank you!!!!!!!!!!!!!!!! // Multiple Angle Trig Identity // A progr... (by pbdemon101)
|
by codrgi
cannot convert parameter
|
|
[2 replies] Last: char input ; is an array of characters update_input(char * input) ... (by Intrexa)
|