by Rudy Ortiz
Help with for loop (generating multiples)
|
|
[8 replies] Last: That helped a bit but I don't get why you put the if and else outside ... (by Rudy Ortiz)
|
by ZachyJ
Output trouble
|
|
[1 reply] : There are a number of issues wrong with your program at the moment. Ma... (by Need4Sleep)
|
by sugarat
Why is char * pointer not showing
|
|
[3 replies] Last: Its just because the operator << is overloaded so that when you have... (by giblit)
|
by f8al
Class help
|
|
[4 replies] Last: Thanks, I just changed line 10 to void ContactBook::AddContact(stri... (by f8al)
|
by ch175
how to count characters inside tags in a html file?
|
|
[no replies]
|
by SeniSoshitsu
I don't understand bool true and false
|
|
[5 replies] Last: On line 3 and 12 of tomdacat's first example change == to = . The ... (by kevinkjt2000)
|
by zolo
reading in multidimensional array of unknown size
|
|
[17 replies] Last: Thanks for the solutions I am trying out out everything since to this ... (by zolo)
|
by InfiniteLoop
Trouble with a list class
|
|
[1 reply] : Anybody? This is seriously stumping me. (by InfiniteLoop)
|
by tomdacat
Level editor help
|
|
[1 reply] : also i know this is a cpp forum but as C is basically part of c++ i th... (by tomdacat)
|
by Fvirtman
A set of sample codes
|
|
[6 replies] Last: It mean : "compare int". :) (by Fvirtman)
|
by jheard901
Undeclared Identifier Madness!!!
|
|
[5 replies] Last: I just solved this, maybe not the best way, but at least it runs now. ... (by jheard901)
|
by Sentinel
class without body?
|
|
[1 reply] : Classes without bodies are known as forward declarations. http://en.wi... (by kevinkjt2000)
|
by binaryamg
whats wrong with my bool script?
|
|
[10 replies] Last: Thanks for your explanation. I understood it. (by binaryamg)
|
by Rockefeller
Code Efficiency
|
|
[3 replies] Last: endl will perform a buffer flush, simply adding "\n" (newline escape s... (by ValliusDax)
|
by BinaryBeyb
Set Theory (A-B)
|
|
[1 reply] : First, please use code tags: char A ; char B ; int e; int i; int... (by ValliusDax)
|
Array values |
|
[1 reply] : The loop control in your second for loop is causing issues... The bre... (by ValliusDax)
|
Is this good for a project proposal? |
|
[4 replies] Last: Our term is just composed of 11 weeks, and it's the sixth or seventh w... (by EternalFantasy)
|
by talhabhatti5
Range in switch statement.
|
|
[15 replies] Last: Its ok Jesc9 :) And thank you for explaining. @ keskiverto: This is ... (by talhabhatti5)
|
by adriyel
Classes
|
|
[1 reply] : Can someone please help me make these seven classes into one single .... (by mutexe)
|
by pilotnate
passing arrays to classes
|
|
[4 replies] Last: That answers my question! Appreciate it! And yes I will read those. ... (by pilotnate)
|