[try Beta version]
Not logged in

Beginners - June 2013 (Page 32)

2-D arrays & function
 
I am not sure how to pass a 2-D array through when calling it in main. Could anyone provide some ins...
Jun 11, 2013 at 8:53am
[2 replies] Last: void PrintArray(int arr) { for (int i = 0; i < 10; ++i) ... (by Stewbond)
plz help me this exercise
 
In the z-transform, the poles are zp according to the formula zp = e^(sp T) s in the range shown in...
Jun 11, 2013 at 8:50am
[1 reply] : I don't mind helping you and can help, but First I need to see your at... (by Stewbond)
Pig latin
 
string pigLatinString(string originalString){ string word, newString; size_t x = 0, wordLe...
Jun 11, 2013 at 8:37am
[3 replies] Last: After compiling my code it I forgot that C++ doesn't allow you to conc... (by IceThatJaw)
Function Pointer
 
I want to know function pointer concept please give some reference websites to learn function pointe...
Jun 11, 2013 at 7:47am
[1 reply] : http://lmgtfy.com/?q=C%2B%2B+function+pointer (by MikeyBoy)
by Blank
magic dates...
 
i need help... i tried to figure this out by myself but i cant do it -_- The date June 10, 1960 i...
Jun 11, 2013 at 5:25am
[2 replies] Last: i have actually figured it out now...i just had to stare at the proble... (by Blank)
by x3r0ck
GameLoop design.
 
Although I have not yet decided which library I will use to measure and control time, I am thinking ...
Jun 11, 2013 at 4:55am
[no replies]
by BojanK
C++ and data base
 
Hi. I got task to make a simulation that will allow writing, saving and modification reports on powe...
Jun 11, 2013 at 2:54am
[no replies]
strings
 
Im looking for a bit of code that could take an imputed name (first and last) and rearrange it (see ...
Jun 11, 2013 at 12:11am
[9 replies] Last: well MikeyBoy , i'm sure you don't know anything about my specific pr... (by Rechard3)
Messages Problem
 
I can not seem to get the program to quit when Q is enter by the user and to display "Enter a numbe...
Jun 11, 2013 at 12:02am
[1 reply] : ok, i can see multiple problems, i'll start with the one you're asking... (by Rechard3)
Strange output from adding elements in an array.
 
I found this awesome site "www.projecteuler.com" and for the first problem I decided to do something...
Jun 10, 2013 at 11:47pm
[2 replies] Last: Thank you for pointing those out. (by Bernami)
error! function does not take 0 arguments PLEASE HELP!!! DESPERATE TO FINISH THIS PROGRAM (1,2)
 
Greetings. I've been writing this simple Tic Tac Toe program when I faced this error, function does ...
Jun 10, 2013 at 11:46pm
[24 replies] Last: @Rechard3 #include <iostream> using namespace std; int main () { co... (by UnitedJayMo)
by a sk
Size of pointer-to-pointer
 
Have tried googling this, and it appears it is NOT possible in C++ to find the size of a pointer to ...
Jun 10, 2013 at 11:27pm
[7 replies] Last: just one note about the size of a pointer, because the pointer is actu... (by Rechard3)
Converting int to array (1,2)
 
Hi, I'm trying to write a program that converts numbers to text. Example: 14 = fourteen 1067 ...
Jun 10, 2013 at 11:11pm
[24 replies] Last: i want it to be open source. (by Rechard3)
Writing to an outFile
 
I am having trouble writing my program to an outFile. When I try it only lets my program execute on...
Jun 10, 2013 at 10:25pm
[6 replies] Last: I got it figured out....thanks!! (by wreglefan)
by vnii
How to read certain lines from a txt file?
 
Hello, I was just wondering if there was a way I can view certain entries that I write into a text f...
Jun 10, 2013 at 10:15pm
[11 replies] Last: it should be a simple task for an experienced programmer to examine yo... (by Rechard3)
by tdk93
counting characters from a string
 
I'm trying to count occurences of each character in a string and find out the maximum frequency of a...
Jun 10, 2013 at 8:46pm
[1 reply] : Before using any function you should read its description. (by vlad from moscow)
function that call themselves???
 
Hi again i. Read in the documentation About function that call themselves What exactly it mean cal...
Jun 10, 2013 at 8:24pm
[10 replies] Last: whoops I meant n * factorial( n - 1 )...sorry long long int factorial... (by giblit)
Need help with pointers - I think
 
Hi. I am trying to run the below code but I am having an issue compiling. Visual Studio is tellin...
Jun 10, 2013 at 7:31pm
[3 replies] Last: back to what I said you need to use () when you are calling a function... (by giblit)
by Elidor
cc1plus
 
Hello, today I got on my computer and tried to compile a program with MinGW and got the following er...
Jun 10, 2013 at 6:31pm
[3 replies] Last: @Catfish4 Beautiful solution though I wish I knew what was wrong with ... (by Elidor)
by vnii
Writing to a file.
 
Can someone tell me how to write multiple entries to a file without having to declare each entry lik...
Jun 10, 2013 at 6:13pm
[5 replies] Last: #include<iostream> #include<string> #include<fstream> #include<iomani... (by vnii)
June 2013 Pages: 1... 3031323334... 49
  Archived months: [may2013] [jul2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.