Search:

Type: Posts; User: sononix

Search: Search took 0.01 seconds.

  1. cheers for that hopefully that can get me started...

    cheers for that hopefully that can get me started

    tks again
    later
    J
  2. Ah the old nmake.exe VisualToolkit 2003 problem

    Hi guys im trying to get wxWidgets and VT2003 with codeblocks to work but i need the nmake.exe file to open wxWidgets

    I followed the different docs on the web and most of them say that the file in...
  3. Thread: ASCII v's hex

    by sononix
    Replies
    2
    Views
    18,698

    ASCII v's hex

    I'm trying to access a binary file that i have created very simple and straight forward


    GlobalImageBuffer[0]=255;
    GlobalImageBuffer[1]=25;
    GlobalImageBuffer[2]='A';
    GlobalImageBuffer[3]='B';...
  4. Replies
    3
    Views
    3,328

    using the ones without the h the complier...

    using the ones without the h

    the complier drags me to the string.cc function

    about here



    #ifdef RWSTD_NO_SPEC_OVERLOAD
    istream & RWSTDExport operator>> (istream & is, string & s)
  5. Replies
    3
    Views
    3,328

    Builder 5 v's bcc32.exe

    Hi guys,

    I;ve just finished using the free complier to do a bit coding, thinking the code was ok i now tried testing it in borlands C++ builder 5........ and its displaying errors

    As below
    ...
  6. Replies
    4
    Views
    8,466

    cheers works a treat

    cheers works a treat
  7. Replies
    4
    Views
    8,466

    Using it like std::cout

    Using it like




    std::cout<<setw(10)<< array[plane][col][row];



    Which seems ok or maybe not.
  8. Replies
    4
    Views
    8,466

    Undefined setw() function

    recieving a Undefined setw() function have the following libraries declared which one am i missing

    #include <conio>
    #include <time>
    #include <math>
    #include <stdlib>
    #include <stdio>...
  9. Replies
    7
    Views
    1,473

    faster standard deviation

    I was just wondering has any one used look up tables to calculate the standard deviation

    the only reason i ask is the processing overhead of the square root
  10. Replies
    4
    Views
    1,734

    Here is some of the code I've written ...

    Here is some of the code I've written




    if(BoundryKernal==3){
    std::cout<<"\n Kernal size 3";
    for (int plane=0; plane<1; ++plane) {
    for (int col=1; col<numCols-1; ++col) {...
  11. Replies
    4
    Views
    1,734

    kernel iteration through for loop

    Just wondering is there a way of generating dynamic variable in C++

    For example could you write a function where you define a kernel size i.e. 3×3 5×5 7×7 and the function
    dynamically generate...
  12. Replies
    2
    Views
    1,516

    Loop iteration v's vectors

    Now that i have the 3d array working its time to do some processing, But after spending some time looking into different areas i see the its possible to work with vectors in C++


    Is there an...
  13. Replies
    10
    Views
    1,802

    Cheers guys for all the help works fine Found...

    Cheers guys for all the help works fine

    Found this link when i was searching

    ...
  14. Replies
    10
    Views
    1,802

    Ah Quzah if thats what i meant id be back in...

    Ah Quzah if thats what i meant id be back in junior grade now wouldn't I

    Cheer Salem the code works for 2d defintion though what i need to do is define 3d arrays


    I'm looking to create a 20...
  15. Replies
    10
    Views
    1,802

    Where can i get some more info on this ...

    Where can i get some more info on this



    new int


    i need to have control on how to assign values to the array and be able to dynamically change its dimensions

    cant find any examples...
  16. Replies
    10
    Views
    1,802

    Yes your guess would be right though was having...

    Yes your guess would be right though was having major headaches trying to get that malloc function to work so moved over to c++ world

    not that familar with these pointer arrays nor the syntax
    ...
  17. Replies
    10
    Views
    1,802

    convert int to int error

    Can someone who knows C++ tell me what i doing silly in the code below
    i'm getting the error

    "Cannot convert int * to int in function main"





    #include <stdlib.h>
  18. Replies
    5
    Views
    2,003

    By the looks of it I'd probably be better off...

    By the looks of it I'd probably be better off starting from scratch again

    someone told me that i should use
    new int
    and


    delete

    as there are more up to date than using the malloc...
  19. Replies
    5
    Views
    2,003

    BCC32 Memory Issue

    Hi Guys

    I just downloaded he Bcc32 complier from Borland, Installed and set up the default option in the readme file

    Then I got down to some coding

    I have the complier running on Windows...
Results 1 to 19 of 19