
please wait
by Puggly
Functions
|
I am trying to write a program that will output the prime numbers between two numbers 1 and 2 using a function. If anyone can offer some pseudo code or code for... |
Apr 30, 2014 at 2:50pm
[9 replies] Last: I made this code for you to understand. First, you need to understand ... (by closed account 2AoiNwbp)
|
by h4ever
How to get content of Window?
|
I work with AHK which works with gdip via dllcall function. I am interested how to do this in C++ because I would try to adopt the code to AHK as dll calls. I ... |
Apr 30, 2014 at 2:27pm
[no replies]
|
by squirrel27
Do...While loop
|
Hello! Thank you for your response in advance.. My program is C++ and I use Codeblocks to run my code. My question is what am I doing wrong in my do while loop?... |
Apr 30, 2014 at 2:12pm
[7 replies] Last: For loops are normally used where a fixed number of iterations are des... (by AbstractionAnon)
|
by stevebrule
declaration/calling of function with an array
|
My problem lies with the declaration of the function and calling of the function. I've tried so many combinations but can't figure it out. Any help is appreciat... |
Apr 30, 2014 at 2:02pm
[6 replies] Last: the function call does not execute when I run the program. The fu... (by AbstractionAnon)
|
by coder777
Here is Practical Explanation about Next Life, Purpose of Human Life, philosophical/religious facts, theories etc.
|
now, what the heck. sects discovered this site? |
Apr 30, 2014 at 1:58pm
[8 replies] Last: Great, come in late on one day this week... miss out on meaning of li... (by cnoeval)
|
by megascruples
Song loop is crashing
|
My program keeps crashing, ive narrowed it down to a certain loop, but i cant figure out why its not working heres my loop for(int i = 0; i < num_tracks;... |
Apr 30, 2014 at 1:32pm
[3 replies] Last: The String file is what my professor gave us, we had to write one ours... (by megascruples)
|
by Huppa
GPA, class & credit calculator
|
*Thanks |
Apr 30, 2014 at 1:24pm
[2 replies] Last: warning: ‘grade’ is used uninitialized in this function warning: ... (by Peter87)
|
Counting the number of objects in a file |
Suppose, I have written number of objects in a file.Each object contain different information. Those objects belong to different classes. Now before reading, I... |
Apr 30, 2014 at 11:09am
[9 replies] Last: Your welcome. (by Codermik)
|
by ECEsasha
Help with scopes/function not called in tic tac toe code?
|
Hi! I've been having trouble all semester with knowing the scopes of different functions/variables and I have a particular question on one instance in my tic ta... |
Apr 30, 2014 at 8:03am
[8 replies] Last: Thank you so much, Peter! :D It is much appreciated. (by ECEsasha)
|
by megsandbacon
Problem with my array
|
In the code I wrote below, when a user selects "See Order" it only works some of the time. It also only adds something to an order some of the time. Says that ... |
Apr 30, 2014 at 7:47am
[1 reply] : Hi You need to ensure that you initialize all variables, either when ... (by oonaghd)
|
by owenkmc
arrays and strings
|
Can some one help me with this.I have a project and I have a file with the list off all the presidents from Washington to Obama it looks like WASHINGTON,GEORG... |
Apr 30, 2014 at 7:28am
[1 reply] : Hi You haven't read a line in from the file. You need to do somethin... (by oonaghd)
|
by akrikorian85
Selection sort a dynamically allocated array
|
I can't figure out why my sorting is not working. The array reads in the values correctly before the selection sort function call, but when the function is call... |
Apr 30, 2014 at 7:22am
[2 replies] Last: Thank you, it worked! (by akrikorian85)
|
lvalue and rvalue |
Hi, Is an lvalue any expresion that say, could be to the left of the assignment operator, and a rvalue to the right (whose value cannot be modified)? is that... |
Apr 30, 2014 at 7:13am
[10 replies] Last: Ahhhh! Now I understand! It is much more clear now you've explained wi... (by closed account 2AoiNwbp)
|
by cogplaywow
How do you read a string for characters to pass through a couple functions?
|
Hello, I am very new to programming and I could use a little help! Our professor asked us to write a program taht reads a string and outputs the number of times... |
Apr 30, 2014 at 6:34am
[2 replies] Last: First off, I would like to say thank you soo much for helping me out! ... (by cogplaywow)
|
by drtysanch
Average, Highest Value and Lowest Value (2D Array)
|
Ok, so here it goes. I'm awful at C++. I can't seem to really grasp it on my own and have talked to a lot former C++ students in hopes that I will learn somethi... |
Apr 30, 2014 at 6:18am
[1 reply] : how to obtain the average per row Sum all values in single row and d... (by MiiNiPaa)
|
by StevenC
Rock, Paper, Scissors, Lizard, Spock completed but need help closing program
|
I've been taking this C++ course, I like it; however, there are still some things that I can't figure out. I created this game for an assignment. Rock, Paper,... |
Apr 30, 2014 at 5:48am
[8 replies] Last: //Prototype: int determineWinner(int, int); //Header: int determineW... (by closed account j3Rz8vqX)
|
A challenge for all you CompSci people |
Just a nifty programming challenge for you guys. If you think you figured it out, post it on the comments! Define a class for a type called CounterType. An o... |
Apr 30, 2014 at 5:48am
[6 replies] Last: [quote=compscifordummies]These are all assumptions, first. Like the ... (by cire)
|
Help with passing a dynamic array pointer into a function |
for my assignment I have to decrypt a .text message in three separate stages but my program is aborted and the core is dumped every time I try to use my functio... |
Apr 30, 2014 at 5:37am
[1 reply] : reverse_sentence claims to return a string . Where does it do that... (by cire)
|
by RedSahba
Set Hot key for windows service
|
Hi It is my first time I want to develop a windows service in c++. At first I need to set a hot key for my service that whenever the combination is pushed a f... |
Apr 30, 2014 at 5:02am
[1 reply] : I found a lot of c++ answer here. but nobody answer my question!!!!!! ... (by RedSahba)
|
Memory leaks within a class constructor |
Hi, I am a begginer dealing (trying to understand actually) dynamic memory. I took the following code from a book and try to see how it works, and I get memory ... |
Apr 30, 2014 at 4:49am
[10 replies] Last: I better make a simple test before making these kind of assupmtions. ... (by Peter87)
|