by khh121388
Borland C++, getting started
|
|
[6 replies] Last: please forgive me, I made a minor mistake. (by whjwhj)
|
by ioanmih
loop structure
|
|
[4 replies] Last: yes that helps a lot thank you so much...i got the idea now :D (by ioanmih)
|
by enduser000
Question about inline function modifier
|
|
[4 replies] Last: Another way of thinking of it. A function that is not 'inline' only e... (by bnbertha)
|
DevC++ |
|
[16 replies] Last: Haha well im a student at DeVry University in Orlando studying Game an... (by hartmannr76)
|
by BretFelix
Modifying txt file using classes
|
|
[3 replies] Last: Well, it can't, but you can always turn a string into an iostream, or ... (by Duthomhas)
|
by MrProfit
Proble with virtual function!
|
|
[2 replies] Last: It has only been six hours since you first posted, and it is the weeke... (by Duthomhas)
|
by ozgungor
Pointer
|
|
[1 reply] : In the first one you are passing the actual integer value (%p only app... (by bnbertha)
|
by kakarthik
Unusual error
|
|
[4 replies] Last: Hmm, Koenig's first rule of debugging, eh? http://wordaligned.org/art... (by Duthomhas)
|
by sumitmangla
thank you duoas
|
|
[2 replies] Last: You need to provide a whole lot more information than that. Tell m... (by Duthomhas)
|
by augustus
cin.get infinite loop
|
|
[1 reply] : It works fine for me. By best guess is that somehow the input strea... (by Duthomhas)
|
new to this, need explanation on how to work on this |
|
[4 replies] Last: thanks to all,esp @psault&&firedraco ...I somehow manage it,tnx for t... (by dummyatplusplus)
|
by kakarthik
selecting a random number from a set of numbers
|
|
[2 replies] Last: Thanks... (by kakarthik)
|
Memory error |
|
[1 reply] : Check on line 12 of market.cpp, you have an array of pointers to type ... (by psault)
|
by hajusrex
how to use parametrized constructor with new
|
|
[3 replies] Last: Heh, you can read them from file the same way: // Here's a little ... (by Duthomhas)
|
by RapidX
Arrays
|
|
[3 replies] Last: += means to increment by a += c; means to add c to a and assign that ... (by hajusrex)
|
by kaeota
Undefined reference to:
|
|
[2 replies] Last: So i have, fixed now =) any ideas? UPDATE: fixed. Installed cygwin ... (by kaeota)
|
by hartmannr76
Clearing a structure
|
|
[1 reply] : Can you post a small example that demonstrates the problem? (by Duthomhas)
|
by sumitmangla
unable to open include file 'iostream.h'
|
|
[1 reply] : Try to #include <iostream> and make sure you are compiling wit... (by Duthomhas)
|
by spaceferret
is scanf_s portable?
|
|
[2 replies] Last: Duoas, Thanks for the reply, just the info I was looking for. ... (by spaceferret)
|
by Boman
Passing array to function
|
|
[5 replies] Last: It is not validating April 31 as a valid date: The problem is line 6 ... (by guestgulkan)
|