by tdenning
Homework help (please) What's wrong with my code?
|
Can anyone tell me why this compiles but then crashes after it executes? As always, any help GREATLY... |
Mar 31, 2014 at 11:19pm
[4 replies] Last: I uninstalled and re-installed codeblocks...still crashed. I decided t... (by tdenning)
|
by Kigali1
Looping check error
|
This code is part of my game to check for aces in the player's hand as part of a blackjack game. ... |
Mar 31, 2014 at 10:00pm
[no replies]
|
calling functions HELP(need to eliminate duplication) |
Okay so what im trying to accomplish here is that i want to make it so a person inputs 2 numbers. ... |
Mar 31, 2014 at 9:54pm
[1 reply] : i want to make it so a person inputs 2 numbers. Then i want to add ..... (by keskiverto)
|
by Powdertrail
Storing an user-written string in an array/vector
|
Greetings. I'm trying to code a basic "hangman" game. (If you don't know what it is, it's a two ... |
Mar 31, 2014 at 9:17pm
[5 replies] Last: I don't think it would have necessarily been harder to do it the way... (by long double main)
|
by merta
Problem
|
Where are my mistakes and what are they? This code is my fisrt code about linked list. So ı cannot ... |
Mar 31, 2014 at 9:15pm
[3 replies] Last: mutexe (866) >> in my complier, there is not a problem during compi... (by merta)
|
by CodingisFun
making file
|
how can i make a makingfile? since i have main.cpp , main1.cpp, main.h? like g++ main.cp... |
Mar 31, 2014 at 9:10pm
[1 reply] : http://mrbook.org/tutorials/make/ this is what i learned off of. (a) f... (by Little Bobby Tables)
|
by Kay94
Using multiple files in Geany/gnuc
|
Hi there, at school im learning C++ with Visual Studio and we have now comed to classes within mu... |
Mar 31, 2014 at 9:08pm
[1 reply] : im not quite sure how to add files to geany but if you do it via comma... (by Little Bobby Tables)
|
by CodingisFun
Need help with template
|
I am trying to do this Write templates for the two functions minimum and maximum. The minimum fun... |
Mar 31, 2014 at 8:57pm
[1 reply] : you are using the wrong operators. you want: if(first<last) ... (by Little Bobby Tables)
|
by JasonMcG
Text File Function
|
If I create a function to call a Text File and want to use the text file. Do i program in the functi... |
Mar 31, 2014 at 8:13pm
[1 reply] : Open the text file where it is needed. If you want to write your code ... (by Smac89)
|
by theperson
Declared a function as a friend of a class but the member is still inaccessible
|
I have a class called ParkingLot with a function called removeCarsThatWantToLeave and I declared thi... |
Mar 31, 2014 at 8:00pm
[no replies]
|
by DVS84
Some help with my assignment
|
Hi guys I would like some feedback on my progress with one of my assignment questions about void fu... |
Mar 31, 2014 at 7:43pm
[3 replies] Last: 4b works for me. You can still get the output in one for loop even if... (by wildblue)
|
by football52
Case sensitive and looping
|
How do I make this not case sensitive? If I put in Pyramid, it will run the pyramid function, but if... |
Mar 31, 2014 at 7:27pm
[4 replies] Last: Thank you that fixed everything! (by football52)
|
by csharp
Pocker
|
This program analyzes a hand of a simplified version of poker. It’s simplified because there are o... |
Mar 31, 2014 at 6:43pm
[4 replies] Last: if ( (w >= 1 && w <= 10) || (x >= 1 && x <= 10) || (y >= 1 && y <= ... (by csharp)
|
by LEHCAR95
new c++ user array printing
|
hi i am brand new to c++ so please bear with me i am trying to make a program that reads in an array... |
Mar 31, 2014 at 6:30pm
[9 replies] Last: I used "NULL" for the prevention of repetition, and I couldn't think o... (by NPcomplete)
|
by Chubby
Xcode error on throw
|
Without the negative and over 100 it working fine #ifndef TESTSCORES_H #define TESTSCORES_H voi... |
Mar 31, 2014 at 6:22pm
[1 reply] : catch(char * err) { cout << err << "\n"; } } how can i fix thi... (by Chubby)
|
by Ram1
Pointer, dynamical allocation, string comparison
|
ok |
Mar 31, 2014 at 6:19pm
[2 replies] Last: ok? (by NPcomplete)
|
Trouble with std::getline() |
I'm having trouble trying to figure out how to get this code to read past the space character and th... |
Mar 31, 2014 at 6:14pm
[no replies]
|
by clumsycactus
Structs & Functions
|
Any pointers for this program? Here is the assignment: http://www2.cs.uh.edu/~acl/cs1410/Assignm... |
Mar 31, 2014 at 5:49pm
[1 reply] : sorry, no assignments are done here. If you're having any difficulty ... (by NPcomplete)
|
by Hauns
ASSCII-Files Problem
|
I cannot find the mistake. Pls help me. #include<stdio.h> #include<conio.h> #include<ctype.... |
Mar 31, 2014 at 4:54pm
[2 replies] Last: it doesn't work Do you honestly think that's a helpful description o... (by MikeyBoy)
|
by Pratasia
please help me
|
i hope you to debug this file. #include<stdio.h> #include<stdlib.h> #include<... |
Mar 31, 2014 at 4:07pm
[1 reply] : Sorry, but no one is likely to help you unless you state clearly what ... (by closed account z0My6Up4)
|