
please wait
by omaksousa
problem with functions
|
I am new in programming I am learning how to call functions here is my function #include <iostream> using namespace std; string name () { ... |
Jun 22, 2014 at 3:37pm
[1 reply] : The problem is that you declared the function as returning a string .... (by Chervil)
|
by Aarix
Inputting strings in an array (Please help!)
|
ok this is getting frustrating. I'm trying to have the user enter in a number of lists and have it outputted accordingly. I don't see why this program is crashi... |
Jun 22, 2014 at 3:24pm
[1 reply] : Im inputting the string for x correct? No. for(y=1; y=2; y++){ T... (by Chervil)
|
by Salman0349
File Handling
|
if plz anyone can help me through this . i have to read a particular student data from file using his Roll no and modify it and then save it to file again Plz... |
Jun 22, 2014 at 9:33am
[2 replies] Last: Thank you very much bro This worked great Thank you very Much (by Salman0349)
|
by prestokeys
make_indices (composition)
|
Suppose: •make_pack_indices<START, END>::type is the type pack_indices<START, START+1, START+2, ..., END-1> •make_reverse_indices<std::size_t SIZE>::t... |
Jun 22, 2014 at 3:59am
[8 replies] Last: > Is there anyway using c++11 only? Something along these lines: #i... (by JLBorges)
|
by mugishao
c++ problem
|
does anyone know how to solve the following questions? 1 - An Internet service provider has three different subscription packages for its customers: Package A... |
Jun 21, 2014 at 10:57pm
[1 reply] : Someone can help if you get stuck on the assignment. Just post your co... (by wildblue)
|
by xystus
Apple Mach-O Linker (ld) Error? what..?
|
Hi, im getting a really weird error right now, and im unsure how to fix it. Here is my code atm: #include <iostream> #include "All.h" //all stats etc. #inc... |
Jun 21, 2014 at 9:49pm
[12 replies] Last: mkay m8 (by xystus)
|
by truste
Print from a class
|
Hey guys i wrote this piece of code but i am now stuck because i dont know how to print the elements from my class. For example, how can i print the three eleme... |
Jun 21, 2014 at 8:46pm
[1 reply] : as your student members are public, you can simply access them like: ... (by MiiNiPaa)
|
by cadubentzen
Pass matrix by reference using pointer of pointer
|
Hello, i really don't know why has a error in my code, that pass a pointer of pointer (name of a matrix with 2 dimensions). Here is the source code of a simple ... |
Jun 21, 2014 at 7:35pm
[6 replies] Last: It works: #include <stdio.h> using namespace std; #define LINHAS 3 #d... (by frycex)
|
by csstudent123
pow function
|
here is my pow function. I dont understand how come if power is negative it gives the the correct answer, when power reaches 1 shouldn't it give base? why it is... |
Jun 21, 2014 at 5:28pm
[3 replies] Last: pow(2, 1) 2 power is 1. 2 (base) is returned. A... (by cire)
|
by stavi93
game of life
|
Hello, I am having a problem with my code here. The program does not work properly. I think the problem come from setDimension or the loop. World does not wor... |
Jun 21, 2014 at 5:11pm
[7 replies] Last: Thanks for your help and your suggestions, I really appreciate it . No... (by stavi93)
|
by Franconet
Details about condition variable and wait method
|
Hy guys, I wanna ask you a question. What happens at low level when a thread call wait method on a condition variable? My idea is that one: There is a token-q... |
Jun 21, 2014 at 4:27pm
[no replies]
|
by Ozymandias
Find the decrypt function
|
Hi all.! I am to use this cipher in which the number x is encrypted (a and c are known numbers) Also, what will the decrypt function be? Actually, i do not ne... |
Jun 21, 2014 at 4:04pm
[6 replies] Last: OK, finally busted it..!! Thanks a lot...;-) (by Ozymandias)
|
by vc2
I'm with Some doubts with this Keylogger Code
|
Hello, guys, I'm with some doubts about this keylogger. First of all, let me introduce the algorythmn. It reads from the Keyboard and save it in a Log File ev... |
Jun 21, 2014 at 2:39pm
[5 replies] Last: If you really want to create malware for whatever reason, I should let... (by RealGiganitris)
|
by reinalyn
C++
|
C++: write a c++ program that will display your name, address and age...pls... help me |
Jun 21, 2014 at 6:17am
[3 replies] Last: tnx po....... (by reinalyn)
|
by csstudent123
percentage from terminal
|
Hey guys and girls. say I want to update a file but I want to show the percentage when it is being updated. How can I do this? Do I need to use threads? |
Jun 21, 2014 at 4:17am
[2 replies] Last: say I am writing something to a file from my cpp program from struct a... (by csstudent123)
|
by atac57
CImgIOException : failed to open file
|
I'm trying to make my own spritepacker by entering a directory path as a command-line argument. In this function, I've saved the directory to a std::string inst... |
Jun 21, 2014 at 3:26am
[1 reply] : Nevermind, was getting the file not the path. (by atac57)
|
by aakash2000
c++ stops reading from file after some lines
|
I m trying to read structure from the file.But it only reads till the 25th line after that it enters the loop but does not read..what's wrong ?please help... as... |
Jun 21, 2014 at 3:23am
[no replies]
|
by zaehtesham17
Zany Zack, Arrays, and Functions.
|
I have been assigned the following problem: Zack the Zany (formerly the Employee of the Month) has been reassigned night duty at Super Club. Zack is back t... |
Jun 21, 2014 at 12:52am
[2 replies] Last: Please don't cross-post to multiple forums: http://www.cplusplus.com/... (by cire)
|
by sabatiel
Pointer Problem(most likely)
|
Hi, I seem to have a pointer problem in my code(bold) and i hope someone can explain as well as help me fix this problem. Error 21: Fehler: request for mem... |
Jun 20, 2014 at 11:17pm
[4 replies] Last: Thanks EssGeEich it seems i forgot the destructor. (by sabatiel)
|
by wahhaj
My program is not calculating sums correctly
|
I am getting this weird error when calculating sums. Here is what my program does: it generates two random numbers and then randomly puts either an addition or ... |
Jun 20, 2014 at 9:40pm
[2 replies] Last: I had a hunch that floating point numbers might run into such a proble... (by wahhaj)
|