Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: kux
Forum: C++ Oct 29th, 2008
Replies: 7
Views: 715
Posted By kux
you did not allocate memory for the int* Tests variable.

the thing is I have a

testScores = new int[numTests];

but you don't use that nowhere

Now, the thing is like this
Reading your...
Forum: C++ Oct 22nd, 2008
Replies: 2
Views: 1,477
Posted By kux
:) www.google.com
enjoy
Forum: C++ Sep 25th, 2008
Replies: 35
Views: 6,440
Posted By kux
if u look closer at the code, u will see that buffer is buffer[BUFFSIZE], and BUFFSIE = READSIZE + 1, so... no overrun there :)
Forum: C++ Jul 29th, 2008
Replies: 3
Solved: C to C++
Views: 434
Posted By kux
#include <iostream>
#include <string>

void main()
{
int i,br=0,d=0;
//char r[200];
std::string r;
//printf("Vnesete Recenica\n");
std::cout<<"Vnesete Recenica\n"<<std::endl;
Forum: C++ Feb 19th, 2008
Replies: 7
Views: 1,582
Posted By kux
true, what i meant to say is that if u have

DEFINE_FUNC (12)
the preprocessor should replace with 12 function declarations named func_1 func_2 ... func_12
so as Dave said, the looping is the...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC