by Drkreign
User input into Specified CSV Column
|
|
[4 replies] Last: The '\n' is basically the same as endl, although endl does also flush ... (by jlb)
|
by inoby
dead topic
|
|
[4 replies] Last: Yeah, now that I look at it, there are a few useless things in the cod... (by inoby)
|
illegal else without matching if problem... |
|
[3 replies] Last: Ok, Please read this: http://www.cplusplus.com/doc/tutorial/control... (by Superdude)
|
SDL moving map (1,2) |
|
[29 replies] Last: Well? Deep subject. One of the indispensable skills of a programm... (by cire)
|
by DaddyCakes
"Not Equal" seems to be "Equal"
|
|
[4 replies] Last: I would recommend that you add checking to validate the user input. h... (by kempofighter)
|
by ven132
I need help on Editing Records!
|
|
[2 replies] Last: @kbw Lol thank! :) I found out a way to edit a record by just editing ... (by ven132)
|
need help with some problems, please help |
|
[2 replies] Last: for number four would i add at the end? total=total+x+y+z; count=coun... (by closed account oj87ko23)
|
by DonGato
Why do people write Linked List classes?
|
|
[6 replies] Last: Manual linked lists are also useful when you want reusable nodes, or n... (by helios)
|
What are references useful for? |
|
[6 replies] Last: http://www.learncpp.com/cpp-tutorial/73-passing-arguments-by-reference... (by Zerpent)
|
How would I simulate key presses in any type of aplication? |
|
[8 replies] Last: SDL doesn't correspond to just graphics. It can be used for its indivi... (by closed account S6k9GNh0)
|
Binary I/O Error |
|
[2 replies] Last: Use appropriate I/O, something like outfile << writeObj.a << ' ' << w... (by treefitty)
|
by whatupbeb1
ISO C++ forbids comparison between pointer and integer [-fpermissive]
|
|
[3 replies] Last: Others may have a better and more correct explanation. However, false... (by Chervil)
|
by sajis997
scope rules
|
|
[1 reply] : The pointer is invalid An invalid pointer is not automagically set to ... (by ne555)
|
by VincentJatky
How to start?
|
|
[4 replies] Last: Hey guys! Thanks for help, ok then i think i will try c++! :) Kooth an... (by VincentJatky)
|
by ArshadAli
Mini project problem
|
|
[14 replies] Last: I think you must change letters position to win,check bottom.+Try it,m... (by Foxefde)
|
by Maxchen
questions I got from Herbert Schildt's book: C++ beginners' guide
|
|
[14 replies] Last: Holy crap! It was really late for me when I posted last... But st... (by Duthomhas)
|
by whatupbeb1
What am i doing wrong here? question on palendrone program
|
|
[2 replies] Last: thanks for responding.. im using an online compiler so thats may be wh... (by whatupbeb1)
|
by sl565
Adding a loop
|
|
[1 reply] : //Store the current time in a variable //display the initial time whi... (by kevinkjt2000)
|
by Ch1156
Putting entire array in pointer?
|
|
[11 replies] Last: *pointer == number Compares the value pointed to by pointer with the... (by kevinkjt2000)
|
by Zerpent
Read all lines from a file.
|
|
[6 replies] Last: Also note that with most current operating/file systems EOF is a state... (by jlb)
|