by sighter
COBAL.... I need some advice
|
|
[8 replies] Last: I know COBOL is still widely used, but that doesn't make in any pretti... (by filipe)
|
by soad122
C++ maze, have no clue how to solve it
|
|
[3 replies] Last: Looks fun. Don't see anything to the right though. (by Pax)
|
by Stelman
Problem with char and *char arrays. I need some things figured out.
|
|
[7 replies] Last: Read the tutorial about character sequences (by Bazzy)
|
by novice4
Program that identifies prime numbers (I want to check for mistakes)
|
|
[2 replies] Last: well, when n = 3 or 5 (7 shouldn't work either, I believe), sqrt(n) < ... (by hamsterman)
|
by firix
error conversion
|
|
[1 reply] : It actually compiles? (by Pax)
|
by Porras78
Initialize a struct handler
|
|
[7 replies] Last: I recommend that you look at the documentation for LabView. Handl... (by kfmfe04)
|
by nathan10
Realloc?
|
|
[4 replies] Last: No. (by jsmith)
|
segmentation fault and cout |
|
[3 replies] Last: Anytime, my friend! (by kooth)
|
by Randula
Is it possible to add a new line to the top of a text file.
|
|
[1 reply] : You can read all the contents of the file, clear it, write the new fir... (by Bazzy)
|
why is the output like this ? |
|
[1 reply] : When you start a number with 0, it's in base 8. (When you start it wit... (by hamsterman)
|
by psvialli
how to get first 5 letters
|
|
[1 reply] : In the std::string class, the operator gives element access. So, if ... (by Pax)
|
by wekantro37
move cursor
|
|
[9 replies] Last: I made a function for practice where you can select the location of th... (by OHGxLeetGamerxOHG)
|
by keewong
dynamic array of strings
|
|
[6 replies] Last: Thanks Disch, I can do that, I just wasn't sure if I could do that... (by keewong)
|
by kultrva
Returning a value in a void function
|
|
[3 replies] Last: The simplest solution: void sum( int& result, int a, int b ) { r... (by kfmfe04)
|
by nathan10
Reference and Dereference Operators
|
|
[5 replies] Last: OK, Disch. I understand what you mean. In my revised code I did what ... (by nathan10)
|
by jopeters
common problems templating a class? stuck
|
|
[4 replies] Last: change your trinode.cpp file to some other name like trinode.inl ... (by guestgulkan)
|
by jopeters
Can you pass ints OR strings to the same class without it being templated?
|
|
[4 replies] Last: is this your program? http://www.cplusplus.com/forum/beginner/30538... (by kyle11778)
|
by akline
Roman numeral conversion question
|
|
[1 reply] : Here is an example of the input file and the correct response Input... (by akline)
|
by II15X
If Statement Multiple Inputs
|
|
[3 replies] Last: http://www.cplusplus.com/reference/clibrary/cctype/tolower/ (by Bazzy)
|
by kultrva
Using char in a switch
|
|
[2 replies] Last: Thanks! I appreciate your help. (by kultrva)
|