by invoker
How to navigate a program without goto
|
|
[1 reply] : The use of loops is generally used in place of goto. goto, in larger p... (by Bogeyman)
|
by StupidLag
how to check if user input is within a file
|
|
[1 reply] : Try and read the numbers from the file, at the moment you don't do any... (by tipaye)
|
by hornet07
How to extract words from files
|
|
[5 replies] Last: Okay so I did it eventually with a simple function. Just this: TrieN... (by hornet07)
|
cvs |
|
[no replies]
|
by Skanin
Calculator square root
|
|
[2 replies] Last: Thank you! :) (by Skanin)
|
by raxor12
i dont know how work getch in this code
|
|
[2 replies] Last: Here's what's happening: - you start the program - running at a billio... (by dhayden)
|
by bheadmaster
Does condition of for loop calculate for every run?
|
|
[4 replies] Last: I don't see what's wrong with this code since the output shows that x ... (by coder777)
|
by Drakonaut
cctype and conditional cin usage
|
|
[3 replies] Last: Oops, I had forgotten to change the "if" to "while". I was expecting ... (by Drakonaut)
|
by Drakonaut
Pointers, Dynamic Arrays and Structures
|
|
[2 replies] Last: Thanks for the information! It clears up my doubts! (by Drakonaut)
|
by giannis111
read file name from folder.
|
|
[no replies]
|
by Chase
Please improve my code:
|
|
[no replies]
|
by skwigelf
How to find the highest value in a vector?
|
|
[9 replies] Last: anup30 thank you so much! (by skwigelf)
|
by cibide
Problem from 50 to 100(both included)
|
|
[3 replies] Last: Many thanks, I was really blind... and ty for not just coirrecting but... (by cibide)
|
by kiri
Aligning a cin to the right
|
|
[6 replies] Last: What do you want to print? And what should the output look like? You ... (by JLBorges)
|
by etrusks
Not understanding errors and try{} catch{}
|
|
[5 replies] Last: Wow tnx a lot, Disch. This was very well explained. I feel like unders... (by etrusks)
|
by TieRein
Just a look over of my current code?
|
|
[2 replies] Last: Thank you so much. This is exactly what I was looking for. I have a 72... (by TieRein)
|
by Sym8
how to find multiple occurrences in an array
|
|
[6 replies] Last: well i tried a different method since im clueless with std::map, but i... (by Sym8)
|
by fallenone11
Compiles but behaves wierdly - C++
|
|
[1 reply] : #include <iostream> #include <string> #include <cstring> std::string... (by JLBorges)
|
by agamatr
Function for sorting strings not working
|
|
[2 replies] Last: Ok I fixed it and everything works now thank you!! (by agamatr)
|
by ajiphone
Passing and Returning C strings
|
|
[2 replies] Last: Thank you much. Its a big help! (by ajiphone)
|