by gregv21
number place value
|
|
[8 replies] Last: thanks dudes (by gregv21)
|
by Kvakac
append characters to string
|
|
[16 replies] Last: I've uninstalled the 2008 pro trial and downloaded 2008 express editio... (by Kvakac)
|
by jaredd
Word arrays
|
|
[1 reply] : Never mind I found the problem. Did not know I needed to #include <st... (by jaredd)
|
Creating a table using VC++ |
|
[no replies]
|
by Gramdtante
Result is always TRUE!
|
|
[10 replies] Last: I did that, but still get alot of errors. :S (by Gramdtante)
|
by graciano
input error!
|
|
[5 replies] Last: Another possibility is to use a combination of cin.sync() and cin.clea... (by rpgfan3233)
|
by Themonk
small problem
|
|
[2 replies] Last: Thank you really much =) You saved my day! (by Themonk)
|
by Rynomite04
program won't allow new user input entries after 1st run loops back
|
|
[3 replies] Last: thanks for all the help, much appreciated, cleared alot of my confusio... (by Rynomite04)
|
by Semi1012
How do I check for the end of the file?
|
|
[2 replies] Last: To add a bit of explanation to ropez reply, an instance of a file stre... (by Faldrax)
|
Dynamic Memory Allocation |
|
[5 replies] Last: >> can we specify the rows and cols as dynamic values rather than some... (by DrDogg)
|
by evilc
Virtual functions but no virtual variables in classes? (1,2)
|
|
[22 replies] Last: You could try @: http://forums.microsoft.com/MSDN/ShowForum.aspx?Foru... (by closed account z05DSL3A)
|
by a140408
query on extracting and do a match for strings
|
|
[1 reply] : Basically, I would open a stream to one file, then use getline() to ge... (by firedraco)
|
by shirotaka
New To C++
|
|
[4 replies] Last: #include <iostream> #include <string> //<-- much easier then using... (by firedraco)
|
Just one question now! |
|
[2 replies] Last: Thank you very much! You helped tremendously. I can see where the fuct... (by katielynnsdad)
|
Passing pointers to allocate memory |
|
[1 reply] : You want a reference to a pointer... T GenerateNode(T*& newNode) ... (by DrDogg)
|
by vaflyboy03
BLACKJACK
|
|
[1 reply] : Well, the game you are making is actually called 'craps.' Anyway, you... (by firedraco)
|
Boolean functions |
|
[1 reply] : You need to have the function return the result bool isInvalid ... (by Faldrax)
|
where do files save when using ofstream? |
|
[2 replies] Last: Assuming you're using relative paths, it's placed relative to the curr... (by ropez)
|
I fugured it out myself finally after 3 days lol |
|
[no replies]
|
by lothrodel
confused about functions
|
|
[no replies]
|