Search:

Type: Posts; User: MyRedz

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,357

    anyoe???

    anyoe???
  2. Replies
    12
    Views
    1,357

    nvm.the output i got is nearly exact which is 111...

    nvm.the output i got is nearly exact which is 111 but not 110...
    can you telll me why?





    #include <stdio.h>
    #include<stdlib.h>
    #include <conio.h>
  3. Replies
    12
    Views
    1,357

    ok can anyone tell why my output is 111 and not...

    ok
    can anyone tell why my output is 111 and not 110 as desired


    printf("the resulting output of modulus is \n");
    for (j=0;j<k-1;j++){
    for (i=0;i<k-1;i++)
    {
    if (a[i] !=0)
    {
  4. Replies
    12
    Views
    1,357

    well sorry now from that part the error making...

    well sorry
    now from that part
    the error making nuts is how to get the remainder from the division in crc
    i see the formula is when 1 we use divisor and 0 we use 0000
    here is what i have done
    but...
  5. Replies
    12
    Views
    1,357

    well thats the part i am stuck,especially with...

    well thats the part i am stuck,especially with with getting the divisor b[j] to divide with the augemented dataword..
    my for loop is absolutely wrong and i am stuck there
    can anyone show me how to...
  6. Replies
    12
    Views
    1,357

    i am in trouble in getting the augmented dataword...

    i am in trouble in getting the augmented dataword divided by divisor.it wont work and it will stop running.cna anyone enlighten me here





    #include <stdio.h>
    #include<stdlib.h>
    #include...
  7. Replies
    12
    Views
    1,357

    trouble in getting this crc coding right

    hi i am stuck with doing crc coding for c programming
    i ask for user to define the divisor and dataword
    and got the augemented dataword
    but have trouble in divinding the augemented dataword with...
  8. Replies
    1
    Views
    1,931

    need help on hashing please.

    how
    5. Given input {4371,1323,6173,4199,4344,9679,1989} and a hash function
    h(X)=X(mod10), show the resulting:
    (a) Separate chaining table (4)
    (b) Open addressing hash table using linear probing...
  9. i mean another method which can compare results...

    i mean another method which can compare results between let say separate chaining of hashing and a method of computational methods. let say simpson's rule..
    while i was just wondering
    so data...
  10. about relationship between data structures and computational methods.

    i was wondering.
    of all the data structures like list linked list,stack,queues,graph of bfs and dfs.
    hashing,sorting,searching,arrays...heaps,

    can anyone of them be solved using computational...
  11. Replies
    5
    Views
    1,284

    can anyone show me any working coding for linear...

    can anyone show me any working coding for linear search of linked list???
  12. thanks. i found at another place that we can...

    thanks.
    i found at another place that we can also uses dummies
    i used in another example dummies for clearing the newline
    but it seems it reads my input but does not return the output
    any help...
  13. having problem with getline for string in linked list

    hi i decided to make my linked list program accept getline characters
    so i use getline( cin,s) which use string s declared in string
    why is no error but the part of reading getline(cin,s) doesn't...
  14. Replies
    5
    Views
    1,284

    need help on linked list

    help i am doing a linked list algorithm
    but i don't know how to find a specific value inputed by user and delete the value.
    any help is appreciated.


    for your information i used pass by...
  15. Replies
    18
    Views
    2,791

    one question why in data structures c++ like...

    one question why in data structures c++ like those that use struct and contain nodes that links pointers and addresses

    no delete is required.aren't they also using pointers as well..
    sorry for...
  16. Replies
    4
    Views
    1,240

    well thanks.It's just that i am confused between...

    well thanks.It's just that i am confused between methodology and algorithm..
    thanks for the link mate
    methodology and algorithm must be similar aren't they?
  17. Replies
    4
    Views
    1,240

    need to help about programming methodology

    i been searching around and still can't find my answer
    can anyone give me an example of a linked list data structure c++ methodology please?
    i can't get a grip on methodology parts..confusing to...
  18. Replies
    5
    Views
    1,213

    ok2 i get this working. sorry for that. i...

    ok2 i get this working.
    sorry for that.
    i searched every place for ofstream tutorial which shows usage of reference that can be passed back to main..but i still cannot find it..any useful links?
  19. Replies
    5
    Views
    1,213

    need help on this fstream object coding

    hi i want open() accept a pointer or a reference to an ofstream object. That way, it can modify the ofstream object and pass the modified object back to the caller.
    but having trouble with my...
  20. Replies
    4
    Views
    1,028

    but the files are different one file is only to...

    but the files are different
    one file is only to read
    and another is to read write and maybe save
    can you show some examples please
  21. Replies
    4
    Views
    1,028

    ok. another question can i do two structs aka...

    ok.
    another question
    can i do two structs aka data structures
    in 1 c++ code program??
    i mean 1 to read and 1 to open and write and save???
  22. Replies
    4
    Views
    1,028

    questions on reading file in c++

    hi I was in the middle of doing my program
    in c++
    and suddenly i had the urge to do some file reading to it
    my question is
    can i use another function outside the main to open the file for...
  23. Replies
    1
    Views
    1,001

    nevermind already got this sort out.. mod...

    nevermind
    already got this sort out..

    mod close this thread
  24. Replies
    3
    Views
    979

    haha..i already have this program it's easy...

    haha..i already have this program
    it's easy actually
    try learning
    data structure in c++ and linked lists
    that will help!!!
  25. Replies
    1
    Views
    1,001

    small misunderstanding please help

    hello
    i am doing a student regis course portal in data struc c++
    and i want to do first a condition of
    student with certain matric no's enter in specific time entered by the user..


    now i am...
Results 1 to 25 of 61
Page 1 of 3 1 2 3