Problems with my New Car Price Calculator code! |
|
[3 replies] Last: Thank you guys, I figured it out like a couple of minutes after I post... (by shackdiesel04)
|
by rushingad
MORE Confusion with Functions
|
|
[2 replies] Last: okay basically when you send arguments to a function you arent sending... (by ascii)
|
by Asele
Inifnite sentinel controlled while loop
|
|
[7 replies] Last: Have a working product. From what I understand, it's not an ideal way... (by Asele)
|
by Tabby
Help troubleshooting
|
|
[2 replies] Last: ughhh! My bad. Thank you! (by Tabby)
|
by GMTechnical
Reading an XML - Writing to a TXT
|
|
[no replies]
|
by Cptsmith1
Simple Function Question
|
|
[2 replies] Last: Thank you! Yeah I got myself confused a little, I know it's a class, b... (by Cptsmith1)
|
by RobCplusPlus
Inheritance in C?
|
|
[2 replies] Last: Hello Duoas, First and foremost I would like to sincerely thank you... (by RobCplusPlus)
|
by alanthreonus
Help With Doubly-Linked Lists
|
|
[9 replies] Last: I think that last bit of code was just what I needed, and it seems so ... (by alanthreonus)
|
by mobat
Multidimensional arrays
|
|
[4 replies] Last: I have tried that. I have a structure named character which has xCoord... (by mobat)
|
by chrisbodders
friend operator <<
|
|
[2 replies] Last: thank you, works perfectly now. (by chrisbodders)
|
by Thuraya
input file !
|
|
[1 reply] : in general, how to read a text from an input file? , and the name of ... (by Thuraya)
|
by rushingad
Confusion with Functions
|
|
[4 replies] Last: I don't really understand how my example wasn't clear, I mean this is ... (by TheNoobie)
|
by mark103
How to check on menu item in a dialog?
|
|
[3 replies] Last: My point was that if you implement functions in cpp files, you don't n... (by hamsterman)
|
by ro0ody86
having problem with switch statement !
|
|
[6 replies] Last: wow ! thanks guys ,but because i wanted to try it with switch statemen... (by ro0ody86)
|
by aragant
Newbie level: Binary Search Tree Insert function not working
|
|
[4 replies] Last: void BinarySearchTree::Insert(int val) { BSTNode *node, *p; ... (by Breadman)
|
by marx
Is it possible to use getline(cin, str) without having to press enter twice on input?
|
|
[5 replies] Last: I Solved it actually. Its because of the bug in Microsoft Visual C++ 6... (by marx)
|
by stylish
read file in 3d array of character
|
|
[1 reply] : You don't need four arrays, let alone a 3D array - one is enough: Use... (by Athar)
|
Upgrading my code to include pointers |
|
[4 replies] Last: If you want to use first variant -> use: nums or *(*(nums+1)+1)... (by fandox)
|
by Kocoo
problem with winbgim.h
|
|
[1 reply] : Your code does not reflect the problem you are having. Don't #include... (by Duthomhas)
|
by briancd160
Changing int to char
|
|
[3 replies] Last: cin.ignore(numeric_limits<streamsize>::max(), '\n'); will clear the ... (by hamsterman)
|