by BipolarBear
Help with very simple C program
|
|
[1 reply] : its the line "EOF!=scanf("%d",&number)" and its not doing what you exp... (by seriphis)
|
by Dreamer
Please help me with this code
|
|
[5 replies] Last: I think it's readable now. I used goto just for eternal looping. I ca... (by Dreamer)
|
by shywolf91
recursion maze backtracking program?
|
|
[3 replies] Last: This is what I have so far. I tried the recursive function in words: ... (by shywolf91)
|
by DHF
C++ Classes
|
|
[2 replies] Last: int compareTo(Address a) { // same conventions as for Strings ... (by DesiredNote)
|
by Zincott
Dynamic Memory
|
|
[3 replies] Last: Oops. Yeah as you can see that kind of stuff is fuzzy, but thanks for... (by Zincott)
|
by Matt01000101
push back data in a vector inside a class
|
|
[6 replies] Last: Thanks. That worked. (by Matt01000101)
|
Why does this keep returning true? |
|
[15 replies] Last: [quote=mik2718]however, you can avoid some cycles by using n < sqrt(i)... (by ModShop)
|
by elgo
Taking Win32 Console game and making it into a window game
|
|
[3 replies] Last: Sorry, I have no idea how to do that. (by kaseron)
|
by AndresXbgo
C++ Database control.
|
|
[no replies]
|
by thedoung
help me to make the header file for the movie ticket system..
|
|
[3 replies] Last: uhh...iostream? (by kaseron)
|
by fany28
help me wite this program
|
|
[1 reply] : I suggest a title revision stating your main problem so you get more r... (by kaseron)
|
Need Help |
|
[4 replies] Last: Thank you haha. I seem like an idiot for it but I actually had no idea... (by nottheamericanaverage)
|
by Hashimatsu
How long did it take to process?
|
|
[3 replies] Last: Thank you Aceix and soranz! =) (by Hashimatsu)
|
by begremera
How do I declare a word-answer-variable?
|
|
[3 replies] Last: Ok, I'm new to strings... So I write #include <string> in the header..... (by begremera)
|
by arlam110
Trouble with Input Validation
|
|
[3 replies] Last: A good way to do it is to read input into a string, then convert that ... (by MetalMilitia)
|
by ApacheOmega
how do I print the complement of a number or character
|
|
[1 reply] : For example you can define a map the following way std::map<char, cha... (by vlad from moscow)
|
by begremera
Collecting word answers...
|
|
[1 reply] : I suggest to call it currency.:) (by vlad from moscow)
|
by dtaqee88
Which class has to be specified to use a virtual function
|
|
[1 reply] : What do you mean by formal parameter? If I understand correctly what ... (by KRAkatau)
|
by Ch1156
Question about function data types
|
|
[6 replies] Last: It might be easier for you to pass dome arguments by reference and sto... (by Mathhead200)
|
by codaraxis
Questions about Coding Practices and Scalability
|
|
[17 replies] Last: @Cubbi and Disch, you've both been an enormous help. While a lot of t... (by codaraxis)
|