by lonewolf1
help please
|
|
[2 replies] Last: > ifstream infile; ¿which file are you trying to read? > using eof... (by ne555)
|
this |
|
[3 replies] Last: Yes, that's what I supposed: with ' *this ' we are returning the curre... (by closed account jvqpDjzh)
|
by crutchlen
Deleting pointers
|
|
[2 replies] Last: Thanks a bunch I didn't even notice what I did there. (by crutchlen)
|
by adrien
Pin Number modification
|
|
[2 replies] Last: Sorry, i think i posted the wrong code, however my senior helped me so... (by adrien)
|
by losnen
Function parameter error
|
|
[2 replies] Last: Also it's worth noting that the two occurrences of 'n' in the declara... (by Chervil)
|
Constructors |
|
[5 replies] Last: ok, thank you! (by closed account jvqpDjzh)
|
by allekj
array question
|
|
[1 reply] : Your code to output the array for (int r=0; r<=4; r=r+1) for (int c=0... (by Chervil)
|
by kerolz94
File I/O, need help
|
|
[2 replies] Last: yes i read in some website that i should use getline but i don't know ... (by kerolz94)
|
by paulmaywald
zip city
|
|
[no replies]
|
by bathach95
About output .csv file
|
|
[9 replies] Last: Thank you, actually I'm doing a library manager program. That part is ... (by bathach95)
|
by qwertyking
Error C2064, how to fix it?
|
|
[4 replies] Last: @MiiNiPaa Thank you so much, I fixed it (by qwertyking)
|
by Subo93
Files
|
|
[2 replies] Last: I don't want to try and read that... Sorry. Also this is the lounge so... (by TheBeardedQuack)
|
by BDKPlayer
Struggle with Dynamic Arrays
|
|
[7 replies] Last: This is probably what you want: #include <iostream> using namespace... (by abhishekm71)
|
by qwertyking
re: count duplicate words (count array, void function)
|
|
[8 replies] Last: @coder777 here is the final code(correct) void duplicate(const strin... (by qwertyking)
|
by Jill
Lottery game using C programming
|
|
[1 reply] : I would have thought your teacher would have explained this to you be... (by Codermik)
|
by chowdrister
Coding help!
|
|
[1 reply] : What are grubnicks? umm simple answer you cannot initialize a single... (by CodeGoggles)
|
by complicated1
Search an array rows and columns
|
|
[7 replies] Last: http://www.computerscienceforeveryone.com/Course_1/Unit_8/Lesson_1/ H... (by CodeGoggles)
|
Dealing with files and strings |
|
[2 replies] Last: I am searching 50 local HTML type files like this <DOC> <DOCNO> 1 </DO... (by closed account 2604izwU)
|
Char Detection |
|
[3 replies] Last: You would use the default case to do that like switch (bill1) de... (by CodeGoggles)
|