Wo Wants to be a millionaire game |
|
[3 replies] Last: #include <iostream> using std::cout; using std::cin; using std::endl;... (by Stewbond)
|
by solo2wolf
Read file of char and int into an array
|
|
[1 reply] : Hi there, I think you may want to give sscanf() a try for this. Have... (by closed account o3hC5Di1)
|
by solo2wolf
Convert to/use hexadecimal numbers
|
|
[7 replies] Last: No problem NwN I will do so as soon as I have the whole program put to... (by solo2wolf)
|
by solo2wolf
Dynamic memory
|
|
[4 replies] Last: Thanks very much guys hugely helpful :). (by solo2wolf)
|
by navalava
Saved projects do not show up in the workspace in CodeBlocks
|
|
[no replies]
|
by suitsexual
Unknown trouble with short code for Project Euler Problem 3.
|
|
[6 replies] Last: there we go! using <= n solved it. ...Is that because when the program... (by suitsexual)
|
Basic function to macro |
|
[2 replies] Last: Forced inlining in C. Even then, you are wasting your time. Just use ... (by Duthomhas)
|
by ortymd
program crashes in the end
|
|
[5 replies] Last: I should delete it ? No, you should delete anything that you create... (by Moschops)
|
chosing which variable to use in writing programs |
|
[8 replies] Last: I know we shouldn't just , but this is painful :p Megz, the things y... (by Moschops)
|
by mdieirnger
delay() issue
|
|
[2 replies] Last: You have to flush the stream. Call fflush(stdout); to make sure that... (by Peter87)
|
by pule85
vector of vectors into a struct
|
|
[8 replies] Last: @framework:absolutely, the way people keep pointing it out, its not wr... (by SirSmilesaLot)
|
by Nacao
Basic read and write with files
|
|
[3 replies] Last: You're missing the 's' off the second scanf(). You should read this. ... (by kbw)
|
by craigw
Storing colour codes in enum/string ??
|
|
[1 reply] : I'm guessing by the colour code that this is *nix and not Windows, cor... (by MrHutch)
|
by freaklet
Inheritance and getting started
|
|
[1 reply] : Please use code tag from right hand side format, before posting code. ... (by SirSmilesaLot)
|
Pythagorean Theorem Program Help? |
|
[1 reply] : I think you are confusing terms. A "bug" is something different from ... (by Disch)
|
Generic Template Classes to implement a Doubly Linked List |
|
[12 replies] Last: Thanks a lot. The comments are really helpful and I understand why pre... (by haglerchristopher)
|
by eiger3970
HashTable error: multiple definition of 'HashTableSavitch::HashTable::HashTable()'
|
|
[2 replies] Last: Sorry, only my 2nd post. Here 'tis. I bolded Line 12 where the error o... (by eiger3970)
|
writing program to set a desktop background at startup |
|
[1 reply] : This forum isn't really about writing people's code for them. It's mor... (by ResidentBiscuit)
|
Some clarification needed... |
|
[9 replies] Last: Yes, you can code in Notepad and then use a compiler to compile. But ... (by codeFoil)
|
by projectfilly
Can NOT get this array of pointers to an array of class objects to sort properly
|
|
[1 reply] : Simple mistake. Read this a little more carefully. do { ... (by codeFoil)
|