by Minimacfox
I can't work with multiple files!
|
|
[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
|
|
[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++
|
|
[19 replies] Last: kbw, beacuse the program can't open the file thanks to MiiNiPaa, you r... (by marvin77)
|
Letter Count Function |
|
[10 replies] Last: When change it to cout << letters[ index ]; And why are you inventin... (by vlad from moscow)
|
by devroad
File I/O
|
|
[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
|
|
[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
|
|
[4 replies] Last: its type is char** when we use subscript operator x we gor char* ,... (by MiiNiPaa)
|
by Dhvanit
optical shop simple software
|
|
[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
|
|
[14 replies] Last: keskiverto, thank you! With GNU date: # date -d 1700-01-01 +%s -852... (by Observer)
|
Locating position of Array |
|
[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
|
|
[no replies]
|
Help regarding formatting for a Fibonacci Sequencing Program |
|
[3 replies] Last: hi. here's my advice: remove line 32, and place these lines instead: ... (by Rechard3)
|
by rorschach775
Prime numbers chart
|
|
[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!
|
|
[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
|
|
[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)
|
|
[no replies]
|
by kathrine
strings
|
|
[5 replies] Last: thank you it makes sense now...:) (by kathrine)
|
by damasta6
Majority element in an array
|
|
[4 replies] Last: If you are comfortable using STL algorithms, you can do the following:... (by ats15)
|
by SlateHawk
Student info
|
|
[5 replies] Last: Thank you (by SlateHawk)
|
by arashf
Memory issue
|
|
[15 replies] Last: It works. Thanks keskiverto. (by arashf)
|