by Minimacfox
I can't work with multiple files!
|
|
May 25, 2013 at 10:22am
[2 replies] Last: It looks to me as though the #include "proto.h" failed to find or re... (by Chervil)
|
by genius9955
from switch to if
|
|
May 25, 2013 at 10:17am
[3 replies] Last: if(grade=='A') || (grade=='B') cout << “good”; else if(grade=='C')... (by vlad from moscow)
|
by marvin77
how to open file from c++
|
|
May 25, 2013 at 9:25am
[19 replies] Last: kbw, beacuse the program can't open the file thanks to MiiNiPaa, you r... (by marvin77)
|
Letter Count Function |
|
May 25, 2013 at 8:57am
[10 replies] Last: When change it to cout << letters[ index ]; And why are you inventin... (by vlad from moscow)
|
by devroad
File I/O
|
|
May 25, 2013 at 8:39am
[7 replies] Last: In general, avoid operating on the same file, keeping the same file si... (by JLBorges)
|
by nmdsting
problem on submitting 3n+1 problem
|
|
May 25, 2013 at 7:53am
[6 replies] Last: > What 3n+1 problem is? Details. long int is may be too short ... (by ne555)
|
by pata
Passing char* argv[] from main
|
|
May 25, 2013 at 7:42am
[4 replies] Last: its type is char** when we use subscript operator x we gor char* ,... (by MiiNiPaa)
|
by Dhvanit
optical shop simple software
|
|
May 25, 2013 at 7:11am
[2 replies] Last: I have tried. This is the program: #include<conio.h> #include<string> ... (by Dhvanit)
|
by Observer
How to find out the number of seconds from 1700 until the specified date and time
|
|
May 25, 2013 at 6:29am
[14 replies] Last: keskiverto, thank you! With GNU date: # date -d 1700-01-01 +%s -852... (by Observer)
|
Locating position of Array |
|
May 25, 2013 at 6:14am
[1 reply] : Well, if you use a for loop to iterate through an array, just store th... (by Ispil)
|
by dunnmifflsys
Change font on mac
|
|
May 25, 2013 at 6:03am
[no replies]
|
Help regarding formatting for a Fibonacci Sequencing Program |
|
May 25, 2013 at 5:58am
[3 replies] Last: hi. here's my advice: remove line 32, and place these lines instead: ... (by Rechard3)
|
by rorschach775
Prime numbers chart
|
|
May 25, 2013 at 5:56am
[6 replies] Last: Chervil yeah sorry about that. The 'g' columns were primes per 100. An... (by rorschach775)
|
by Garrett05
Results error. Cant determine if it's my formula or my function. please help!
|
|
May 25, 2013 at 5:10am
[3 replies] Last: hi, i have one question for you mr.Garrett05: aren't you have an "out ... (by Rechard3)
|
by litoscu
Keep track of a single element after sorting an array
|
|
May 25, 2013 at 4:19am
[15 replies] Last: Thank you to everyone for your help, I really appreciate it. I finally... (by litoscu)
|
by dgcharitha
ncurses.how to get this triangle to x,y coordinate (4,6)
|
|
May 25, 2013 at 3:27am
[no replies]
|
by kathrine
strings
|
|
May 25, 2013 at 3:08am
[5 replies] Last: thank you it makes sense now...:) (by kathrine)
|
by damasta6
Majority element in an array
|
|
May 25, 2013 at 1:54am
[4 replies] Last: If you are comfortable using STL algorithms, you can do the following:... (by ats15)
|
by SlateHawk
Student info
|
|
May 25, 2013 at 1:53am
[5 replies] Last: Thank you (by SlateHawk)
|
by arashf
Memory issue
|
|
May 24, 2013 at 9:09pm
[15 replies] Last: It works. Thanks keskiverto. (by arashf)
|