by vasiqshair
Avoiding a run time exception
|
|
[1 reply] : You have to write your code so that overflows does not take place. If ... (by Peter87)
|
Linked List trouble |
|
[1 reply] : In your header file (I think linkedList.h) you should remove the "#in... (by SIK)
|
by codrgi
best way to go about this?
|
|
[5 replies] Last: Use sort() function. Assuming you are using STL's list and the number ... (by b2ee)
|
by hopesfall
Troubles with nested ifs and bools
|
|
[1 reply] : 1, where is the PegType originally declared? 2, where is the pasted co... (by b2ee)
|
by mono
char pointer???
|
|
[4 replies] Last: "getline" and string. C++ provide many good methods than pointer, th... (by b2ee)
|
by anusha51
Game Of Life
|
|
[2 replies] Last: Thanks for reply . formatted my code Line 61 - Line 77 I was trying ... (by anusha51)
|
by Shakazahn
Understanding Pointers
|
|
[7 replies] Last: I managed to get what I wanted, but I'm wondering if it's the best way... (by Shakazahn)
|
by Xendraw
not sure what could be wrong
|
|
[2 replies] Last: and the rest of it: void setstartercard () { ... (by Xendraw)
|
Unhandled exception. |
|
[7 replies] Last: May you can try to catch the exception by "try - catch". Anyway, not b... (by b2ee)
|
by jsmith1992
Stack Overflow
|
|
[12 replies] Last: I thought it was terminated via the recursion. Once k > n that functio... (by jsmith1992)
|
by jeezy
Help with boole
|
|
[2 replies] Last: this is the logic i have for it /* main{ need to take a string ... (by jeezy)
|
by th3fr4nchi5e
Triangle Program
|
|
[3 replies] Last: Thanks for the responses. Im a little closer now. This may be a dumb q... (by th3fr4nchi5e)
|
The application was unable to start correctly. |
|
[3 replies] Last: It could be program initialisation failure, such as a missing dependen... (by closed account zb0S216C)
|
by jlangholzj
Talking through USB
|
|
[no replies]
|
by rem45acp
Infix to Prefix
|
|
[1 reply] : Well I ended up changing line 23 to: while (!opStack.empty() && opSt... (by rem45acp)
|
by nickyboy
Error message stating "Debug Assertion Failed". Can anyone help me find out why.
|
|
[3 replies] Last: string grade = 0; grade is of type string, not int, do this: string... (by clanmjc)
|
by benbehr
Reading number from file
|
|
[4 replies] Last: I have found that my concerns are actually justified. In fact I have t... (by benbehr)
|
by m4wk
round robin scheduling algorithm
|
|
[1 reply] : EDIT: this is solved. (by m4wk)
|
by oshi209
how to read csv files within .txt
|
|
[4 replies] Last: fstream manifest( "abc.txt" ); string csv_filename; while( getline( m... (by moorecm)
|
c++ postfix not working |
|
[2 replies] Last: The problem was somewhere else in my code. I was forking off parents i... (by Stephen Miller)
|