first thing i enter into my array dissapears |
|
[5 replies] Last: why does the second one work then when they are both the same size ch... (by Peter87)
|
by avatarati
Variations of Yes/No Input from Users
|
|
[4 replies] Last: This doesn't mean what you think it does, if(input == "yes" or "Yes" ... (by Chervil)
|
by nerded
Getting frustrated with Initializing array of objects (1,2)
|
|
[20 replies] Last: Cool! Thank you so much. I'm majoring in CS so I'm just trying to get ... (by nerded)
|
by luout
Console Game
|
|
[no replies]
|
by Cat32
Linked List Class
|
|
[1 reply] : "When you insert into a linked list you should be using the overloade... (by cire)
|
by code writer
I wrote a calculator code, want some advice to improve.
|
|
[5 replies] Last: Thanks! (by code writer)
|
by mark1659
Card Game
|
|
[no replies]
|
by nerded
Creating objects within classes
|
|
[5 replies] Last: I take that back. You can't forward declare. You must copy and paste T... (by keanedawg)
|
by radioquark
Reading a .csv file through istream_iterator
|
|
[1 reply] : Yes, don't replace the commas with spaces. Use the commas as delimiter... (by jlb)
|
by AMDA10
pointer confusion
|
|
[7 replies] Last: "someIntPointer" means the value stored at the address of the pointer... (by MikeyBoy)
|
by sep11
2D array from txt file trouble, error message
|
|
[6 replies] Last: Well I figured out the error. Needed to return values. So I managed ... (by sep11)
|
by GonlyG
Bubble sort problem
|
|
[17 replies] Last: perhaps. (by GonlyG)
|
by peterbaaij
ascii vs chinese char
|
|
[1 reply] : The file is probably stored as UTF-8. Not sure how gedit detects the e... (by Peter87)
|
by lampshade009
How to put an effective counter in my piece of code
|
|
[19 replies] Last: Okay I did it guys! Thank you so much for the help! It means a lot! (by lampshade009)
|
by mark1659
V
|
|
[4 replies] Last: Yes, that looks like it should work. (by Peter87)
|
by jimquisition
delete specific content
|
|
[2 replies] Last: thank you Jaybob66 it is solved :) (by jimquisition)
|
by pqfrm
What's the best way to read this file in for use?
|
|
[9 replies] Last: Okay it looks like the file is using fixed sized fields. You will need... (by jlb)
|
by garkeon
Pointers and strings?
|
|
[1 reply] : It's simply a fundamental difference in how the compiler handles "Som... (by Moschops)
|
by etrusks
Best/ other way to use lambda in this example
|
|
[4 replies] Last: TY very much man :) (by etrusks)
|
by tdk93
Difference between static short and short
|
|
[3 replies] Last: So basically all static variables are stored in heap just like dynami... (by cire)
|