by ALOTANOTA
Can't get this to work right
|
|
[6 replies] Last: I agree that it is large. But the instructions were "Write a main func... (by ALOTANOTA)
|
by anzki4
Using variable in function.
|
|
[4 replies] Last: Thanks! (by anzki4)
|
by ccund001
Structs
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/structures/ (by Bazzy)
|
by andersonwq
Bounds Checking
|
|
[7 replies] Last: move the concave vertex to (0,0). Now your problem was simplified. I... (by ne555)
|
by anniet
a program for school but need assistance.
|
|
[3 replies] Last: its supposed to be a program to display a main menu,then a display, ca... (by anniet)
|
by laserra
Reference a variable from a different class (error C2597)
|
|
[1 reply] : You want to change a member of an object. It is impossible for a stati... (by ne555)
|
New C++ user with a question about a calculator program (1,2) |
|
[22 replies] Last: Ok thank you Albatross (by airguitarman94)
|
I want to know how to pass value from constructor to a function |
|
[15 replies] Last: Reading a book or taking a class is needed to build knowledge, but for... (by closed account D80DSL3A)
|
by beeholtz
if else loop not inputting good data and bad data right
|
|
[10 replies] Last: Line 41 & 45 are incorrect. To tell the compiler you want the if sta... (by mookial)
|
by tonnot
How to avoid overload, templates ? How to work with it
|
|
[9 replies] Last: Because the OP said "I'd prefer to find out the var type inside my fun... (by filipe)
|
by tonnot
How can I do something to automatic comment some function call?
|
|
[4 replies] Last: Thanks doug This is what I'm looking for. Using it I can isolate e... (by tonnot)
|
Classes and Structures. (Win32 Console RPG game) - which type to use? |
|
[6 replies] Last: Which would enable you to do various interestening things, like for e... (by Rofflecopters)
|
by ogward
.txt to array
|
|
[12 replies] Last: My example doesn't work with spaces. I believe there was a stream mod... (by hanst99)
|
by alwayslags
how to check hour in textbox:<
|
|
[2 replies] Last: The top part uses pascal pointer notation- mistake? In C/C++, pointers... (by hanst99)
|
by jakecodes
EXC_BAD_ACCESS?
|
|
[1 reply] : And what value is i? When does the inner loop end? (by kbw)
|
by jaydeeado
Reading from specific row on notepad
|
|
[1 reply] : 1. Don't use char arrays as strings, use the standard string class. 2... (by kbw)
|
by homervp
2 errors, no sense at all....
|
|
[6 replies] Last: ok, I went through the code again, error 2 is solved, I had put the sa... (by homervp)
|
by abhiverma812
clearing screen issue
|
|
[2 replies] Last: I found one interesting function for the same: system("cls"); st... (by abhiverma812)
|
Reading and writing files |
|
[2 replies] Last: I'm still a little confused so what do I do to fix readFile() I want i... (by ElectricClam148)
|
by alphabeta123
Implementing the binary search tree algorithm
|
|
[1 reply] : I am also trying to make Binary tree which can sort the data in asce... (by abhiverma812)
|