by nonana
Reading Data from a File
|
|
[19 replies] Last: I think your question about the last line is one you should be able to... (by closed account 48T7M4Gy)
|
by winterMute84
Why is malloc() return type causing and error?
|
|
[2 replies] Last: First off, are you writing C or C++? Line 1: This is a C header, not... (by AbstractionAnon)
|
by Zenyat
Simple Shopping Program
|
|
[3 replies] Last: Hello Zenyat, After further testing I found these problems: line 25 ... (by Handy Andy)
|
by ahsan215
sorting for strings (putting a list in alphabetical order) (1,2)
|
|
[31 replies] Last: Thank you so much guys, the program runs successfully. You guys helped... (by ahsan215)
|
by ukeleke
Class C++
|
|
[1 reply] : Is it valid? Yes, it is and you can simplify your code somewhat by u... (by gunnerfunner)
|
by naaaaaaa
loop function for n students and n marks
|
|
[3 replies] Last: dear naaaaaaa, int n=1<5; that's a syntax error for(int i=0;i<5;i... (by shadder)
|
HOW TO DISPLAY THREE PER LINE? |
|
[2 replies] Last: Hello john99999999999999999999, The output section only print one st... (by Handy Andy)
|
by markusfurst
Some bug with array program
|
|
[2 replies] Last: @coder777 thanks alot! (by markusfurst)
|
by ukeleke
Class C++
|
|
[3 replies] Last: OP: If you can use std::string for name why not for code as well? Life... (by gunnerfunner)
|
by Katie111
Tro
|
|
[3 replies] Last: [quote=Katie111] Trouble with Identifier not Found 'moveUp' and Intell... (by Peter87)
|
by wolfv
How to hard-code vector initialization for vector of struct vectors?
|
|
[2 replies] Last: Thanks Peter87. Name and scancode were suposed to be strings. You sav... (by wolfv)
|
by murry4
help with simulating drivers license test
|
|
[1 reply] : Here you are, @murry4 - have a go and more people will respond to your... (by lastchance)
|
keep getting access violation reading location error. |
|
[4 replies] Last: First I would check if the data is read correctly from the file by pri... (by Thomas1965)
|
by hawks
grafi con liste di adiacenza
|
|
[no replies]
|
by Shashashank
Help with sorting a .dat file
|
|
[1 reply] : *bump* (by Shashashank)
|
by markusfurst
Comparing sizes of strings and sort them
|
|
[2 replies] Last: what am I doing wrong? - create stringstream objects from name1 etc ... (by gunnerfunner)
|
by alverse
Write a menu driven program that will feature five functions.
|
|
[8 replies] Last: This forum likes to see some effort on behalf of the OP (which inciden... (by gunnerfunner)
|
by Jaif
std in class Distance does not name a type
|
|
[4 replies] Last: That's right. Function in total should be: std::ostream& operator<<(... (by closed account 48T7M4Gy)
|
by xx123
2d grid array
|
|
[2 replies] Last: See http://www.cplusplus.com/forum/beginner/204593/ Please continue th... (by lastchance)
|
by leocc
How can I fix this?
|
|
[3 replies] Last: Thanks a lot guys. (by leocc)
|